| Symbol Name | Latin Capital Letter T With Diagonal Stroke |
| Unicode Version | 4.1 |
| Unicode | U+023E |
| Unicode block | |
| General category | Uppercase Letter (Lu) |
| UTF-8 | C8 BE |
| UTF-16 | 023E |
| UTF-32 | 0000023E |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERTWITHDIAGONALSTROKE}4\end{document}You can type the latin capital letter t with diagonal stroke symbol on most modern devices with the help of following methods:
Alt + 574 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter t with diagonal stroke", or use Unicode Hex Input with 023E.
Ctrl + Shift + U, type 023e, 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-capital-letter-t-with-diagonal-stroke::before { content: "\023E"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ⱦ</span>Latin Capital Letter T With Diagonal Stroke symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u023E' or String.fromCodePoint(574) |
| Python | '\N{LATIN CAPITAL LETTER T WITH DIAGONAL STROKE}' or chr(574) |
| Rust | '\u{023E}' |
| C / C++ | UTF-8 source or wchar_t with U+023E |
| Go | string(rune(0x023E)) |
| Ruby | "\u{023E}" |
| CSS Code |
\023E |
| Hex Code | 0x023E |
| HTML Code | Ⱦ |
| LaTeX | \text{LATINCAPITALLETTERTWITHDIAGONALSTROKE} |
| Symbol | Ⱦ |
| URL encode (UTF-8 percent) | %C8%BE |
| Spoken / screen reader name | Latin Capital Letter T With Diagonal Stroke |