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