CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 20:19:05 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
cf-ray: 965ed4652c2625e0-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=66b83565-459d-4a0f-abba-fa403662019f; expires=Mon, 27 Jul 2026 20:19:05 GMT; domain=.stackexchange.com; path=/; secure; httponly
set-cookie: prov=66b83565-459d-4a0f-abba-fa403662019f; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=rlS6xjmtkSbyK_.Hi9EixUquHkb4bIHwjQhISiubOxg-1753647545-1.0.1.1-6qHCjq7zqZbL57pFMON5imXyszaDe2obcTQh0GMPYYNbaztdVXU3pZTW8AMa63t44wjuSk.0dyOcsKKzOIoH9BzvWijXHg7F286D7yXiyIY; path=/; expires=Sun, 27-Jul-25 20:49:05 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=OpThgXZUAXGE0V68OGpjng2B429uwDImme4bxq8J.vg-1753647545587-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 882bef94-069e-4e6c-9855-ae847f96150f
x-worker-origin-response-time: 434000000
x-dns-prefetch-control: off
server: cloudflare
Newest 'unicode' Questions - Code Golf Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [unicode]
For challenges involving the Unicode standards, or involving characters outside the ASCII codepage.
96 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
7
votes
7
answers
846
views
Conversion between CESU-8 and UTF-8 (for supplementary characters)
The Compatibility Encoding Scheme for UTF-16: 8-Bit, also known as CESU-8, is a Unicode encoding that is not part of the Unicode standard, but mentioned in a Unicode Technical Report as a ...
12
votes
3
answers
449
views
UTF-8 character decoder (with invalid sequence handling)
UTF-8 is the most widely used character encoding on the internet. It encodes a Unicode code point into a byte sequence of 1 to 4 bytes long.
The UTF-8 encoding has many features that makes it popular, ...
8
votes
4
answers
643
views
Toggle Hangul Vowel Harmony
(This post is partly self-plagiarized.)
Objective
Given a Hangul syllable, toggle its vowel harmony.
Introduction to Hangul syllables
Hangul(한글) is the Korean writing system invented by Sejong the ...
7
votes
9
answers
1k
views
Braille-based Base64
Make a one-to-one map from the base64 character table(0-9a-zA-Z+/) to Braille(U+2800-U+283F).
These characters are fixed map for compatibility. For other characters(aka. A-Z and +) you can map any ...
-3
votes
5
answers
284
views
Create the characters you can write on a MacOS US English Keyboard (as another OS will read them)
Introduction
This is a small challenge I came up with while trying to make some compact code for my younger brother to use. I don't think it's particularly interesting, but I believe it presents some ...
17
votes
2
answers
353
views
Translate Japanese hiragana into the flick input method
The flick input method is a way of inputting Japanese kana on a modern smartphone. It is arranged in a 12-key layout, with the following labels:
あかさ
たなは
まやら
小わ、
...
14
votes
12
answers
1k
views
Shift Braille down
Braille Patterns in Unicode contains 8 dots(⣿) and occupy area U+2800-U+28FF. Given a Braille Pattern character, where the bottom two dots are not used(aka. U+2800-...
22
votes
13
answers
3k
views
Chinese color mixing
Objective
Given two Chinese ideographs meaning basic colors, output the ideograph that means the color resulting from mixing them.
Basic colors
The basic colors are:
靑(U+9751; blue)
赤(U+8D64; red)
黃(...
10
votes
6
answers
1k
views
Translate the keitai input method into Japanese hiragana
The keitai input method is a method for writing Japanese kana on a 12-key phone keypad. Similar to Western keypads, each kana is assigned to a key; when the key is pressed multiple times, it cycles ...
12
votes
15
answers
1k
views
Sum of strings (UTF-16 codepoints)
Your function must accept two strings and return new string where are UTF-16 code of all symbols is the sum of UTF-16 codes of inputs symbols
If the resulting sum is greater than ...
23
votes
28
answers
2k
views
Fractional Unicode Bars
Your program should take as input a number n that is greater than 0 and output a bar composed of n // 8 ▉ characters (U+2588), ...
14
votes
11
answers
2k
views
Compress Jelly's code page
In this challenge, you'll print out the SBCS of Jelly, a popular golfing language. Its code page looks like this:
_0
_1
_2
_3
_4
_5
_6
_7
_8
_9
_A
_B
_C
_D
_E
_F
0_
...
19
votes
3
answers
930
views
Universal Unicode Clock
Plot contrivance
You wake up to find that something has gone horribly wrong! Your time machine has malfunctioned and you are lost sometime between June 2022 and October 1991.
You check the computer ...
4
votes
0
answers
318
views
Convert To Shorthand Part 2
Part 1 of the challenge revolved around converting the letters into specific unicode characters.
Lore
In this part we receive the output from the function made in Part 1, which now has to be arranged ...
6
votes
15
answers
1k
views
Convert To Shorthand Part 1
This challenge has been divided into parts.
Your goal is to convert a sentence into a form of 'short-hand'
For Part 1 these are the rules
Take in 1 word
Remove all vowels(a,e,i,o,u), except the ones ...
Welcome to Code Golf and Coding Challenges Stack Exchange! This is a site for recreational programming competitions, not general programming questions. Challenges must have an objective scoring criterion, and it is highly recommended to first post proposed challenges in the Sandbox.
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
code-golf × 88
string × 30
ascii-art × 9
conversion × 8
code-challenge × 6
natural-language × 5
parsing × 4
date × 3
binary × 2
number × 2
sorting × 2
polyglot × 2
substitution × 2
decision-problem × 2
binary-matrix × 2
encoding × 1
polyomino × 1
text-processing × 1
topology × 1
bitwise × 1
hello-world × 1
apl × 1
jelly × 1
more related tags
Hot Network Questions
- What is the best interpretation of Psalm 6:4? Does "Turn" or "Return" capture the intended meaning?
- 3D projective transformations on text in LuaMetaFun
- A word with five hundred of a single alphabet? That must be a myth.
- How to avoid aligning the top of nested braces in cases environment?
- Class for validating code in different Conda environments with PyTorch
- Story that taught cryptography in the form of a manga
- In Jurassic Park, is the lysine dependency intentionally fake (in-universe)?
- Calculus Books Recommendation
- Does SZNUD3160 really eliminate the need for diode?
- Why am I winning always? A coincidence perhaps?
- Sci-fi novel human-centered, with alien empire using stargates, humans try to avoid overruling
- Are you required to protect trade secrets revealed to you even if you didn't sign an NDA?
- If a mathematical theorem is true, what it is true of?
- Were the Fantastic Four the only superheroes on Earth-828 in The Fantastic Four: First Steps?
- Statistics – Linear Inference – What is the moment generating function of non-central t-distribution?
- Meaning of 芭蕉 in Tang age
- Not being introduced to the team – should I ask for it?
- Will this work as an XOR gate?
- Why are police personnel of all ranks called officers?
- Time Machine backup disk not writeable any longer
- How to navigate in the Universe's Heat Death
- Blinded despite Blindsight?
- Will a reinforced 1" concrete slab be durable?
- What were the two colored keys on a MUPID for?