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