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