| Nom du symbole | Hangul Choseong Sios-nieun |
| Version Unicode | 1.1 |
| Unicode | U+112E |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS |
| UTF-8 | E1 84 AE |
| UTF-16 | 112E |
| UTF-32 | 0000112E |
1\documentclass{article}2\usepackage{pifont}3\hangul{112E}4\end{document}Vous pouvez saisir le symbole hangul choseong sios-nieun sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 4398 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul choseong sios-nieun", or use Unicode Hex Input with 112E.
Ctrl + Shift + U, type 112e, 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.hangul-choseong-sios-nieun::before { content: "\112E"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ᄮ</span>La représentation du symbole Hangul Choseong Sios-nieun dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u112E' or String.fromCodePoint(4398) |
| Python | '\N{HANGUL CHOSEONG SIOS-NIEUN}' or chr(4398) |
| Rust | '\u{112E}' |
| C / C++ | UTF-8 source or wchar_t with U+112E |
| Go | string(rune(0x112E)) |
| Ruby | "\u{112E}" |
\112E |
| Code hexadécimal | 0x112E |
| Code HTML | ᄮ |
| LaTeX | \hangul{112E} |
| Symbole | ᄮ |
| Encodage URL (pourcent UTF-8) | %E1%84%AE |
| Nom oral / lecteur d’écran | Hangul Choseong Sios-nieun |