| Nombre del símbolo | Hangul Choseong Rieul-khieukh |
| Versión Unicode | 5.2 |
| Unicode | U+A96E |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| UTF-8 | EA A5 AE |
| UTF-16 | A96E |
| UTF-32 | 0000A96E |
1\documentclass{article}2\usepackage{pifont}3\hangul{A96E}4\end{document}Puedes escribir el símbolo hangul choseong rieul-khieukh en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 43374 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul choseong rieul-khieukh", or use Unicode Hex Input with A96E.
Ctrl + Shift + U, type a96e, 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-khieukh::before { content: "\A96E"; 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-khieukh en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uA96E' or String.fromCodePoint(43374) |
| Python | '\N{HANGUL CHOSEONG RIEUL-KHIEUKH}' or chr(43374) |
| Rust | '\u{A96E}' |
| C / C++ | UTF-8 source or wchar_t with U+A96E |
| Go | string(rune(0xA96E)) |
| Ruby | "\u{A96E}" |
| Código CSS |
\A96E |
| Código hexadecimal | 0xA96E |
| Código HTML | ꥮ |
| LaTeX | \hangul{A96E} |
| Símbolo | ꥮ |
| Codificación URL (porcentaje UTF-8) | %EA%A5%AE |
| Nombre oral / lector de pantalla | Hangul Choseong Rieul-khieukh |