| Symbolname | Hangul Choseong Rieul-sios |
| Unicode-Version | 5.2 |
| Unicode | U+A96C |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code |
| UTF-8 | EA A5 AC |
| UTF-16 | A96C |
| UTF-32 | 0000A96C |
1\documentclass{article}2\usepackage{pifont}3\hangul{A96C}4\end{document}Sie können das Symbol hangul choseong rieul-sios auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 43372 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul choseong rieul-sios", or use Unicode Hex Input with A96C.
Ctrl + Shift + U, type a96c, 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-sios::before { content: "\A96C"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ꥬ</span>Die Darstellung des Symbols Hangul Choseong Rieul-sios in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uA96C' or String.fromCodePoint(43372) |
| Python | '\N{HANGUL CHOSEONG RIEUL-SIOS}' or chr(43372) |
| Rust | '\u{A96C}' |
| C / C++ | UTF-8 source or wchar_t with U+A96C |
| Go | string(rune(0xA96C)) |
| Ruby | "\u{A96C}" |
\A96C |
| Hexadezimalcode | 0xA96C |
| HTML-Code | ꥬ |
| LaTeX | \hangul{A96C} |
| Symbol | ꥬ |
| URL-Kodierung (UTF-8-Prozent) | %EA%A5%AC |
| Ansagename (Screenreader) | Hangul Choseong Rieul-sios |