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