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