| Nom du symbole | Hangul Choseong Ieung |
| Version Unicode | 1.1 |
| Unicode | U+110B |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \110B |
| Code hexadécimal | 0x110B |
| Code HTML | ᄋ |
| LaTeX | \hangul{110B} |
| Symbole | ᄋ |
| Encodage URL (pourcent UTF-8) | %E1%84%8B |
| Nom oral / lecteur d’écran | Hangul Choseong Ieung |
| UTF-8 | E1 84 8B |
| UTF-16 | 110B |
| UTF-32 | 0000110B |
1\documentclass{article}2\usepackage{pifont}3\hangul{110B}4\end{document}Vous pouvez saisir le symbole hangul choseong ieung sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 4363 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul choseong ieung", or use Unicode Hex Input with 110B.
Ctrl + Shift + U, type 110b, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-choseong-ieung::before { content: "\110B"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ᄋ</span>La représentation du symbole Hangul Choseong Ieung dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u110B' or String.fromCodePoint(4363) |
| Python | '\N{HANGUL CHOSEONG IEUNG}' or chr(4363) |
| Rust | '\u{110B}' |
| C / C++ | UTF-8 source or wchar_t with U+110B |
| Go | string(rune(0x110B)) |
| Ruby | "\u{110B}" |