| Symbol Name | Hangul Choseong Mieum-tikeut |
| Unicode Version | 5.2 |
| Unicode | U+A970 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \A970 |
| Hex Code | 0xA970 |
| HTML Code | ꥰ |
| LaTeX | \hangul{A970} |
| Symbol | ꥰ |
| URL encode (UTF-8 percent) | %EA%A5%B0 |
| Spoken / screen reader name | Hangul Choseong Mieum-tikeut |
| UTF-8 | EA A5 B0 |
| UTF-16 | A970 |
| UTF-32 | 0000A970 |
1\documentclass{article}2\usepackage{pifont}3\hangul{A970}4\end{document}You can type the hangul choseong mieum-tikeut symbol on most modern devices with the help of following methods:
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>Hangul Choseong Mieum-tikeut symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |