The Pivot Mark (U+E302)
The Pivot Mark () is a punctuation symbol used to mark the moment a thought changes direction.
An abrupt change of subtopic within the same overall topic.
It signals a deliberate shift in perspective within a continuous sentence.
Definition
The Pivot Mark represents a conceptual turn within a continuous sentence. It acknowledges one line of thinking and then redirects the reader toward another without breaking the flow.
Look of the Font
The Prolyn Font in general is like Arial, but more pixely.
History
The earliest known written document of the Pivot Mark appears in the 1780s in the notebooks of Étienne Marlot, a French mathematician who used a small angled stroke and dot to mark where his reasoning “turned.” His students called it le petit virage, “the little turn.”
A rumored earlier manuscript, sometimes referred to by archivists as the “Grey Ledger,” has been mentioned in a few catalog notes from the early 1900s. The ledger itself has never been located, and no verified excerpts survive, but several scholars have claimed it contained marginal symbols resembling early Pivot Mark forms, and one researcher gone far enough to say it’s from the 1400’s. Whether these references describe the same symbol or simply similar marks used for corrections remains uncertain.
In the late 1800s, British philologist Dr. Helena Brackett rediscovered Marlot’s surviving notebooks and began using the symbol in her own writing to mark shifts in argument. She believed the mark predated Marlot by at least a century, citing stylistic similarities to annotations found in anonymous 17th‑century mathematical drafts. Her claim was never widely accepted, but it remains a point of interest among historians of notation.
In 1951, the symbol was briefly considered at a punctuation reform conference in Zürich. Typesetters rejected it because existing machines couldn’t reproduce the angled stroke and dot cleanly. A surviving note from the meeting reads: “Elegant, but the Linotype refuses to cooperate.”
The modern digital form of the Pivot Mark emerged in the late 1990s when scans of Marlot’s notebooks circulated online. Writers on early forums adopted it as a way to mark a sudden shift in tone or perspective. The U+E302 private‑use version became the most common.
Pronunciation
The Pivot Mark is pronounced as “(pause for about a second) Mun.” Not men. Muh‑un. Mu‑un. mʌn in IPA.
No one knows where the pronunciation originally came from, but it’s widely believed from certain proof or documents that whoever made the symbol had an interest in mesocyclones and wanted a term that echoed the sound of “meso,” as well as the “lones,” then shifted it into mun.
What it looks like
The Pivot Mark has a distinct geometric form: an angled stroke with a short vertical foot, anchored, but not touching directly, by a square dot. This structure reflects its purpose — a deliberate shift in direction.
Examples in context
Relation to other punctuation
- Comma: continues the thought.
- Dash: interrupts or emphasizes.
- Semicolon: links related clauses.
- Pivot Mark (): signals a shift in perspective.
Using the Pivot Mark on the web
If you want to use the Prolyn font, use the following CSS code:
@font-face {
font-family: "Prolyn";
src: url("Prolyn.otf") format("opentype");
}If you want only the Pivot Mark, use the following CSS code:
@font-face {
font-family: "Prolyn";
src: url("Prolyn.otf") format("opentype");
unicode-range: U+E302;
}If you want to add it in one HTML file, wrap the code before this with a:
<style>
CSS styles mentioned before
</style>