CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 23:25:29 GMT
content-type: text/html; charset=utf-8
cf-ray: 965fe5724cf46cd6-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=57a9f225-02c9-404f-82d7-228bbdda026d; expires=Mon, 27 Jul 2026 23:25:29 GMT; domain=.stackexchange.com; path=/; secure; httponly
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: b55009bd-afda-4152-8366-5226b9ba54db
x-worker-origin-response-time: 473000000
x-dns-prefetch-control: off
set-cookie: prov=57a9f225-02c9-404f-82d7-228bbdda026d; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=4xubjoNPZpM2PbpF09gpIrlUPnGq28hx5gA73KBskBc-1753658729-1.0.1.1-dJ76eF7_S874WiKFGasBMpLV89tGz30dR6jemmw8oe4RuhUJW257CNbF5FlncgcLlnFzuGWk5CylNBFjIudR96FcXiFJ5XwhkZI7POkbnSk; path=/; expires=Sun, 27-Jul-25 23:55:29 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=ER57WNuXpQntqOTr6E3D0JzjGToUDxXKASc7D5gHvTI-1753658729814-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
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
- How to navigate in the Universe's Heat Death
- The puzzle of chess pieces beating one another in “rock—paper—scissors” way
- Extensions of diagonalizable, respectively multiplicative-type, groups
- Anonymizing a submission for double-blind review
- Sci-fi book where aliens make contact, ask humans to transport themselves to nearby portal
- Dynamics from iterated averaging
- Source for Adam naming the angels
- Lower bound on ratio of expected maxima of i.i.d. samples from distribution on [0,1]
- Can Spi flash memory's contents be corrupted from heat?
- How to avoid aligning the top of nested braces in cases environment?
- What is the weight of holy water?
- Why does Timor-Leste call itself a "Democratic Republic" despite little apparent Marxist-Leninist ideology?
- “Unclear step in a math book for entertainment”
- Is this a violation of open source?
- Is there a name for the beat in drum and bass that is a distillation of the amen break
- What is the parity of a neutrino?
- What does "enter the hold at arden" mean
- Automatic drawing of polygon around selected polygons in QGIS
- If I buy spell components for a different price than the official one, does that change anything about how they work as a component?
- Translation of "mode"
- Sci-fi novel human-centered, with alien empire using stargates, humans try to avoid overruling
- Doubt on the regularity of a path in the proof of "Integral Invariance for Homotopic Paths"
- Has the Silver Surfer's clothing (or lack thereof) ever been addressed in the comics?
- Were the Fantastic Four the only superheroes on Earth-828 in The Fantastic Four: First Steps?