| Nombre del símbolo | Hangul Choseong Mieum-tikeut |
| Versión Unicode | 5.2 |
| Unicode | U+A970 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| UTF-8 | EA A5 B0 |
| UTF-16 | A970 |
| UTF-32 | 0000A970 |
1\documentclass{article}2\usepackage{pifont}3\hangul{A970}4\end{document}Puedes escribir el símbolo hangul choseong mieum-tikeut en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 43376 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul choseong mieum-tikeut", or use Unicode Hex Input with A970.
Ctrl + Shift + U, type a970, 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-mieum-tikeut::before { content: "\A970"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ꥰ</span>La representación del símbolo Hangul Choseong Mieum-tikeut en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uA970' or String.fromCodePoint(43376) |
| Python | '\N{HANGUL CHOSEONG MIEUM-TIKEUT}' or chr(43376) |
| Rust | '\u{A970}' |
| C / C++ | UTF-8 source or wchar_t with U+A970 |
| Go | string(rune(0xA970)) |
| Ruby | "\u{A970}" |
| Código CSS |
\A970 |
| Código hexadecimal | 0xA970 |
| Código HTML | ꥰ |
| LaTeX | \hangul{A970} |
| Símbolo | ꥰ |
| Codificación URL (porcentaje UTF-8) | %EA%A5%B0 |
| Nombre oral / lector de pantalla | Hangul Choseong Mieum-tikeut |