| 記号名 | Latin Small Letter Thorn With Stroke Through Descender |
| Unicodeバージョン | 5.1 |
| Unicode | U+A767 |
| Unicodeブロック | |
| 一般カテゴリ | Lowercase Letter (Ll) |
| CSSコード |
| UTF-8 | EA 9D A7 |
| UTF-16 | A767 |
| UTF-32 | 0000A767 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERTHORNWITHSTROKETHROUGHDESCENDER}4\end{document}以下の方法でほとんどの最新デバイスでlatin small letter thorn with stroke through descender記号を入力できます:
Alt + 42855 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter thorn with stroke through descender", or use Unicode Hex Input with A767.
Ctrl + Shift + U, type a767, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-small-letter-thorn-with-stroke-through-descender::before { content: "\A767"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꝧ</span>各プログラミング言語におけるLatin Small Letter Thorn With Stroke Through Descender記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uA767' or String.fromCodePoint(42855) |
| Python | '\N{LATIN SMALL LETTER THORN WITH STROKE THROUGH DESCENDER}' or chr(42855) |
| Rust | '\u{A767}' |
| C / C++ | UTF-8 source or wchar_t with U+A767 |
| Go | string(rune(0xA767)) |
| Ruby | "\u{A767}" |
\A767 |
| 16進コード | 0xA767 |
| HTMLコード | ꝧ |
| LaTeX | \text{LATINSMALLLETTERTHORNWITHSTROKETHROUGHDESCENDER} |
| 記号 | ꝧ |
| URLエンコード(UTF-8パーセント) | %EA%9D%A7 |
| 読み上げ名 / スクリーンリーダー | Latin Small Letter Thorn With Stroke Through Descender |