| Nombre del símbolo | Hangul Choseong Rieul-tikeut |
| Versión Unicode | 5.2 |
| Unicode | U+A966 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| UTF-8 | EA A5 A6 |
| UTF-16 | A966 |
| UTF-32 | 0000A966 |
1\documentclass{article}2\usepackage{pifont}3\hangul{A966}4\end{document}Puedes escribir el símbolo hangul choseong rieul-tikeut en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Hangul Choseong Rieul-tikeut en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\A966 |
| Código hexadecimal | 0xA966 |
| Código HTML | ꥦ |
| LaTeX | \hangul{A966} |
| Símbolo | ꥦ |
| Codificación URL (porcentaje UTF-8) | %EA%A5%A6 |
| Nombre oral / lector de pantalla | Hangul Choseong Rieul-tikeut |