| Nome del simbolo | Hangul Choseong Sios-nieun |
| Versione Unicode | 1.1 |
| Unicode | U+112E |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \112E |
| Codice esadecimale | 0x112E |
| Codice HTML | ᄮ |
| LaTeX | \hangul{112E} |
| Simbolo | ᄮ |
| Codifica URL (percentuale UTF-8) | %E1%84%AE |
| Nome parlato / screen reader | Hangul Choseong Sios-nieun |
| UTF-8 | E1 84 AE |
| UTF-16 | 112E |
| UTF-32 | 0000112E |
1\documentclass{article}2\usepackage{pifont}3\hangul{112E}4\end{document}Puoi digitare il simbolo hangul choseong sios-nieun sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Hangul Choseong Sios-nieun nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |