| Nome del simbolo | Hangul Choseong Sios-phieuph |
| Versione Unicode | 1.1 |
| Unicode | U+113A |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| UTF-8 | E1 84 BA |
| UTF-16 | 113A |
| UTF-32 | 0000113A |
1\documentclass{article}2\usepackage{pifont}3\hangul{113A}4\end{document}Puoi digitare il simbolo hangul choseong sios-phieuph sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 4410 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul choseong sios-phieuph", or use Unicode Hex Input with 113A.
Ctrl + Shift + U, type 113a, 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-phieuph::before { content: "\113A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ᄺ</span>La rappresentazione del simbolo Hangul Choseong Sios-phieuph nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u113A' or String.fromCodePoint(4410) |
| Python | '\N{HANGUL CHOSEONG SIOS-PHIEUPH}' or chr(4410) |
| Rust | '\u{113A}' |
| C / C++ | UTF-8 source or wchar_t with U+113A |
| Go | string(rune(0x113A)) |
| Ruby | "\u{113A}" |
| Codice CSS |
\113A |
| Codice esadecimale | 0x113A |
| Codice HTML | ᄺ |
| LaTeX | \hangul{113A} |
| Simbolo | ᄺ |
| Codifica URL (percentuale UTF-8) | %E1%84%BA |
| Nome parlato / screen reader | Hangul Choseong Sios-phieuph |