How to Use the Asterisk Symbol Correctly in Writing
The asterisk (*) looks harmless, yet it derails clarity when dropped in the wrong spot. Master its three jobs—flag, funnel, and fence—and your prose stays crisp while readers stay oriented.
One symbol, three functions: it calls attention, routes traffic to notes, and replaces forbidden letters. Nail the mechanics once; reuse forever.
Understand the Core Functions of the Asterisk
In prose, the asterisk is a silent usher. It points without shouting, letting the main sentence finish its thought before the reader glances downward.
Footnote marks are its day job. A single asterisk tethered to a word promises elaboration at the bottom of the page, keeping bodies of text lean.
It also censors without moralizing. Typing “f***” lets readers supply the missing letters while preserving a polite tone.
Footnote Flagging vs. Censorship vs. Wildcard
Footnote asterisks belong after the last letter of the flagged word, not the space after, so “data*” is correct, “data *” is not.
Censorship asterisks replace interior letters only; one at each end keeps the word silhouette recognizable. “B*d” confuses; “b**d” is instantly read as “blood.”
In code, the asterisk is a wildcard that stands in for any string. That role never migrates into ordinary copy unless you are documenting code.
Master Footnote Sequencing Like a Copyeditor
Never use the same asterisk twice on a single page. The moment a second note is needed, switch to daggers (†, ‡) or superscript numbers.
Sequence governs eye movement. Readers expect the first symbol to match the first note; breaking the chain forces backward scanning and mild irritation.
In digital texts, hyperlink the asterisk itself so mobile users can tap rather than scroll. The extra 30 seconds of coding saves infinite reader friction.
When to Choose Numbers Over Asterisks
Academic journals prefer superscript numbers because they scale past nine without inventing new glyphs. Asterisks top out at three before they become asterisk bouquets.
Trade books favor asterisks for a single note because the symbol feels less clinical. If your page needs four or more citations, abandon the asterisk gracefully.
Keep Asterisk Spacing Consistent
No space separates the asterisk from the preceding word. Insert one space after the asterisk only when it introduces an unattached margin note.
In British style, the asterisk cuddles the word; in some U.S. newspapers, an en space sneaks in. Pick one convention per project and lock it in your style sheet.
Inconsistency screams amateur. A document that offers “price*” on page 4 and “price *” on page 42 looks unpolished even to non-editors.
Keyboard Shortcuts for Every Platform
Windows: Shift + 8. Mac: same. Google Docs: no shortcut needed; type freely. On iOS, hold the “&” key to reveal the asterisk if the keyboard is shrunk.
LaTeX users type ast for a centered asterisk or * for the superscript footnote marker; the compiler handles elevation automatically.
Use Asterisks for Editorial Disclaimers
Regulated industries—finance, medicine, cosmetics—lean on asterisks to park mandatory warnings. The FDA allows “results*” if the footer states “*Results not typical.”
Place the disclaimer in the same font size and color as the body, never smaller. Shrinking text to illegible grey is legal suicide in class-action states.
Disclaimers must appear before the purchase button on e-commerce pages. An asterisk that surfaces only after checkout is enforceable nowhere.
Sample Disclaimer Copy That Survives Audit
“*Annual percentage rate 3.9–18.9% based on creditworthiness.” Keep the range truthful; rounding down to 3% invites regulatory fines.
Avoid promotional asterisks stacked three deep. If the offer needs more than two conditions, rewrite the headline instead of adding footnote confetti.
Censor Sensitive Terms Without Sounding Juvenile
Replacing vowels with asterisks softens slurs, but overuse infantilizes serious discourse. “R*c*st” looks like a puzzle; “racist” with context educates.
Journalists quote verbatim when relevance outweighs offense. Asterisk masking suits social media platforms whose algorithms demonetize explicit strings.
Never censor proper names. “J*n*s” forces guesswork that can smear innocent people.
Strike the Right Tone in Corporate Communications
Internal Slack messages rarely need censorship. A policy that mandates “sh*t” in a channel called #dev-rants breeds ridicule and non-compliance.
Public tweets are different. One asterisk can keep the tweet visible in territories with obscenity filters, protecting global reach.
Deploy Asterisks in Bullet Lists for Nested Meaning
Markdown engines render “* item” as a bullet, but a writer can hijack the symbol to add a second layer. Place “*” at the start of sub-items to create faux indentation when CSS is unavailable.
Screen readers announce “star,” so limit decorative asterisks to visual media. Provide semantic lists in HTML for accessibility.
Formatting Tricks That Survive Plain-Text Paste
Leading asterisks stay intact when copy-pasting into Notepad, making them ideal for quick outlines that may later enter InDesign.
Combine asterisks with en dashes to create hybrid bullets: *– priority. The dash adds hierarchy without extra indentation.
Signal Editorial Omissions in Quotations
When you drop an entire sentence from a quote, insert three spaced asterisks centered on their own line. This ellipsis alternative avoids confusion with the three-dot method used within sentences.
Chicago and APA silent on this; still, law journals adopt the trio to show paragraph-level cuts. Always bracket the asterisks if the original text already contains stars.
Example of Block Omission
Original: “We hold these truths to be self-evident, that all men are created equal, that they are endowed by their Creator with certain unalienable Rights, that among these are Life, Liberty and the pursuit of Happiness.”
Shortened: “We hold these truths to be self-evident * * * Life, Liberty and the pursuit of Happiness.” The spaced asterisks signal a multi-sentence gap.
Avoid Asterisk Clutter in Data Visualization
Charts already overload the eye; ten asterisked footnotes turn dashboards into ransom notes. Replace clusters with lowercase letters in circles: (a), (b), (c).
If an asterisk is unavoidable, group notes in a single footer sorted by chart order, not by asterisk appearance. Readers scan left-to-right, not star-to-star.
Color Blindness Considerations
Red asterisks vanish for deuteranopic viewers. Pair the star with a shape—triangle, dagger—to double-encode importance.
Internationalize the Asterisk for Translation
Arabic and Hebrew scripts flow right-to-left; an asterisk still hugs the preceding letter, so Unicode directionality markers must surround it. Fail to embed them and the symbol jumps to the wrong margin.
Asian full-width asterisks (U+FF0A) occupy a square, aligning with CJK typography. Use them in Japanese contracts to maintain grid harmony.
European languages treat the asterisk as gender-neutral wildcard in forms: “Lieferant*in” includes all genders in German. Respect the local convention; don’t impose English footnote logic.
Machine Translation Pitfalls
Google Translate strips superscript asterisks 6% of the time, dropping footnote markers. Always lock them in PDFs before sending abroad.
SEO Footnote Strategy for Web Writers
Search engines ignore superscript asterisks but index the footer text. Place target keywords in the note to capture long-tail queries without stuffing the body.
Use schema.org/Footnote markup to associate the asterisk with its explanation. Rich-snippet tests show a 4% CTR uplift when the footer appears as an accordion answer.
Anchor Linking Best Practice
Give each asterisk an id: *. Return links labeled “↩” reduce pogo-sticking, a negative user signal.
Handle Asterisks in Code Documentation
JavaDoc comments open with /** and use * at every subsequent line. Misplacing the leading asterisk breaks auto-formatters; keep it vertically aligned.
Markdown code fences inside footnotes need triple backticks escaped. Write “` in the footer, then explain the syntax so copyists don’t lose the block.
Comment Blocks vs. Footnote Asterisks
Readers toggle comments in IDE; footnotes print on paper. Decide which audience matters, then commit—never duplicate the same clarification in both places.
Test Readability With and Without Asterisks
Run a five-second usability test: show a paragraph laden with asterisks, then a version with parenthetical notes. Users recall the main idea 18% better when footnotes are banished to the margin.
Yet disclaimers require asterisks for legal visibility. Balance: keep one asterisk per 250 words maximum in consumer-facing copy.
A/B Testing Email Disclaimers
Version A: “*See terms” at the top. Version B: “Terms below.” Open rates identical, but click-through on terms rose 7% with the asterisk because it created curiosity.
Archive Footnotes for Legal Discovery
Litigation holds must capture footnote text as it appeared on day zero. Store HTML snapshots in WARC format; asterisks rendered by JavaScript can be lost in simpler PDF exports.
Date-stamped git commits of style sheets preserve asterisk spacing conventions, protecting against later claims of deceptive formatting.
Redaction Ethics
Never use asterisks to redact privileged text in public filings; use solid black blocks. Asterisks invite reconstruction guesses that courts condemn.