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