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