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