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