| Symboolnaam | Hangul Choseong Rieul-tikeut |
| Unicode-versie | 5.2 |
| Unicode | U+A966 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code |
| UTF-8 | EA A5 A6 |
| UTF-16 | A966 |
| UTF-32 | 0000A966 |
1\documentclass{article}2\usepackage{pifont}3\hangul{A966}4\end{document}Je kunt het hangul choseong rieul-tikeut-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 43366 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul choseong rieul-tikeut", or use Unicode Hex Input with A966.
Ctrl + Shift + U, type a966, 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-rieul-tikeut::before { content: "\A966"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ꥦ</span>De weergave van het Hangul Choseong Rieul-tikeut-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uA966' or String.fromCodePoint(43366) |
| Python | '\N{HANGUL CHOSEONG RIEUL-TIKEUT}' or chr(43366) |
| Rust | '\u{A966}' |
| C / C++ | UTF-8 source or wchar_t with U+A966 |
| Go | string(rune(0xA966)) |
| Ruby | "\u{A966}" |
\A966 |
| Hexadecimale code | 0xA966 |
| HTML-code | ꥦ |
| LaTeX | \hangul{A966} |
| Symbool | ꥦ |
| URL-codering (UTF-8 procent) | %EA%A5%A6 |
| Uitgesproken naam / schermlezer | Hangul Choseong Rieul-tikeut |