| 記号名 | Hangul Choseong Mieum-kiyeok |
| Unicodeバージョン | 5.2 |
| Unicode | U+A96F |
| Unicodeブロック | |
| 一般カテゴリ | Other Letter (Lo) |
| CSSコード | \A96F |
| 16進コード | 0xA96F |
| HTMLコード | ꥯ |
| LaTeX | \hangul{A96F} |
| 記号 | ꥯ |
| URLエンコード(UTF-8パーセント) | %EA%A5%AF |
| 読み上げ名 / スクリーンリーダー | Hangul Choseong Mieum-kiyeok |
| UTF-8 | EA A5 AF |
| UTF-16 | A96F |
| UTF-32 | 0000A96F |
1\documentclass{article}2\usepackage{pifont}3\hangul{A96F}4\end{document}以下の方法でほとんどの最新デバイスでhangul choseong mieum-kiyeok記号を入力できます:
Alt + 43375 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul choseong mieum-kiyeok", or use Unicode Hex Input with A96F.
Ctrl + Shift + U, type a96f, 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-kiyeok::before { content: "\A96F"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ꥯ</span>各プログラミング言語におけるHangul Choseong Mieum-kiyeok記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uA96F' or String.fromCodePoint(43375) |
| Python | '\N{HANGUL CHOSEONG MIEUM-KIYEOK}' or chr(43375) |
| Rust | '\u{A96F}' |
| C / C++ | UTF-8 source or wchar_t with U+A96F |
| Go | string(rune(0xA96F)) |
| Ruby | "\u{A96F}" |