| Nom du symbole | Centreline Overline |
| Version Unicode | 1.1 |
| Unicode | U+FE4A |
| Bloc Unicode | |
| Catégorie générale | Other Punctuation (Po) |
| Code CSS | \FE4A |
| Code hexadécimal | 0xFE4A |
| Code HTML | ﹊ |
| LaTeX | \text{CENTRELINEOVERLINE} |
| Symbole | ﹊ |
| Encodage URL (pourcent UTF-8) | %EF%B9%8A |
| Nom oral / lecteur d’écran | Centreline Overline |
| UTF-8 | EF B9 8A |
| UTF-16 | FE4A |
| UTF-32 | 0000FE4A |
1\documentclass{article}2\usepackage{pifont}3\text{CENTRELINEOVERLINE}4\end{document}Vous pouvez saisir le symbole centreline overline sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 65098 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "centreline overline", or use Unicode Hex Input with FE4A.
Ctrl + Shift + U, type fe4a, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with geometric symbol support.
1span.centreline-overline::before { content: "\FE4A"; }1<span>﹊</span>La représentation du symbole Centreline Overline dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uFE4A' or String.fromCodePoint(65098) |
| Python | '\N{CENTRELINE OVERLINE}' or chr(65098) |
| Rust | '\u{FE4A}' |
| C / C++ | UTF-8 source or wchar_t with U+FE4A |
| Go | string(rune(0xFE4A)) |
| Ruby | "\u{FE4A}" |