| Nom du symbole | Apl Functional Symbol Down Tack Jot |
| Version Unicode | 1.1 |
| Unicode | U+234E |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | E2 8D 8E |
| UTF-16 | 234E |
| UTF-32 | 0000234E |
1\documentclass{article}2\usepackage{pifont}3\text{APLFUNCTIONALSYMBOLDOWNTACKJOT}4\end{document}Vous pouvez saisir le symbole apl functional symbol down tack jot sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9038 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "apl functional symbol down tack jot", or use Unicode Hex Input with 234E.
Ctrl + Shift + U, type 234e, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with legacy computing symbol support.
1span.apl-functional-symbol-down-tack-jot::before { content: "\234E"; }1<span>⍎</span>La représentation du symbole Apl Functional Symbol Down Tack Jot dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u234E' or String.fromCodePoint(9038) |
| Python | '\N{APL FUNCTIONAL SYMBOL DOWN TACK JOT}' or chr(9038) |
| Rust | '\u{234E}' |
| C / C++ | UTF-8 source or wchar_t with U+234E |
| Go | string(rune(0x234E)) |
| Ruby | "\u{234E}" |
| Code CSS |
\234E |
| Code hexadécimal | 0x234E |
| Code HTML | ⍎ |
| LaTeX | \text{APLFUNCTIONALSYMBOLDOWNTACKJOT} |
| Symbole | ⍎ |
| Encodage URL (pourcent UTF-8) | %E2%8D%8E |
| Nom oral / lecteur d’écran | Apl Functional Symbol Down Tack Jot |