| Symboolnaam | Hangul Jongseong Kiyeok-khieukh |
| Unicode-versie | 5.2 |
| Unicode | U+11FD |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code |
| UTF-8 | E1 87 BD |
| UTF-16 | 11FD |
| UTF-32 | 000011FD |
1\documentclass{article}2\usepackage{pifont}3\hangul{11FD}4\end{document}Je kunt het hangul jongseong kiyeok-khieukh-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Jongseong Kiyeok-khieukh-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
\11FD |
| Hexadecimale code | 0x11FD |
| HTML-code | ᇽ |
| LaTeX | \hangul{11FD} |
| Symbool | ᇽ |
| URL-codering (UTF-8 procent) | %E1%87%BD |
| Uitgesproken naam / schermlezer | Hangul Jongseong Kiyeok-khieukh |