| 記号名 | Hangul Choseong Mieum-tikeut |
| Unicodeバージョン | 5.2 |
| Unicode | U+A970 |
| Unicodeブロック | |
| 一般カテゴリ | Other Letter (Lo) |
| CSSコード | \A970 |
| 16進コード | 0xA970 |
| HTMLコード | ꥰ |
| LaTeX | \hangul{A970} |
| 記号 | ꥰ |
| URLエンコード(UTF-8パーセント) | %EA%A5%B0 |
| 読み上げ名 / スクリーンリーダー | 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}以下の方法でほとんどの最新デバイスでhangul choseong mieum-tikeut記号を入力できます:
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記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| 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}" |