You’re staring at that little wiggly line above the Tab key. You know, the one you use when you're trying to look cool in a command prompt or maybe when you're tagging someone in a very specific type of coding environment. Most people just call it "the squiggly thing." In reality, it’s a tilde.
Ever wonder why our keyboards are basically a graveyard of 19th-century typesetting tools and 1970s programming shortcuts? It’s kind of a mess. Honestly, the average user only touches about 40% of the keys available to them, leaving a whole world of keyboard symbol names shrouded in mystery. We use them every day. We type them. We send them in frantic "ASAP!!" emails. But we rarely call them by their real names.
Knowing these names isn’t just about winning a trivia night at a local dive bar. It’s about communication. If you’re a developer, a writer, or just someone trying to explain to Grandma how to reset her password over the phone, precision saves lives. Or at least it saves you from a massive headache.
That "At" Sign and the Shifted Secrets
Let’s start with the big one. The @ symbol. You call it the "at sign." In technical circles, specifically among old-school programmers, it’s sometimes called the "strudel" (mostly in Israel) or the "snail" in France and Italy. Officially, it’s the commercial at. It’s been around way longer than Ray Tomlinson’s first email in 1971. In fact, it appeared in 16th-century mercantile documents to represent a unit of weight called an arroba.
Then you have the #.
Is it a hashtag? Sure, if you’re on Instagram. Is it a pound sign? Only if you’re in the US or Canada (and even then, don’t confuse it with the British £). The formal name is the octothorpe. Legend has it that Bell Labs engineers invented the name in the 1960s, possibly as a joke or a tribute to Jim Thorpe. It’s got eight points—hence "octo." It’s a rugged, sturdy little symbol that’s survived the transition from rotary phones to Twitter.
The Punctuation Power Players
Look at the keys to the right of your "L" and "P." This is where things get dicey.
The ; is a semicolon. The : is a colon. Most people get those right. But what about the / and the \?
- The
/is a forward slash (or just a slash). Think of it as leaning forward into the future, commonly used in web URLs. - The
\is the backslash. It’s leaning backward. You almost exclusively see this in Windows file paths. If you call a URL "https: backslash backslash," a web developer somewhere loses their wings.
Then there’s the *. It’s an asterisk. Not an "asterix"—that’s a French comic book character. It comes from the Greek asteriskos, meaning "little star." In the world of keyboard symbol names, it’s the universal sign for multiplication or a wildcard search.
Why the Ampersand is a Weirdo
The & symbol is actually a ligature. Back in the day, Roman scribes got tired of writing "et" (the Latin word for "and"). They started smushing the "e" and the "t" together. Over centuries, it evolved into the curvy thing we see today. The name "ampersand" is actually a slurred version of the phrase "and per se and."
Schoolchildren used to recite the alphabet and end it with "&," saying "and per se and" to indicate the symbol stood for itself. It’s basically a linguistic accident that we’ve collectively agreed to keep.
The Brackets: A Hierarchy of Squares and Curls
If you've ever looked at a piece of code, you've seen the bracket family. They aren't interchangeable. Not even close.
(and)are parentheses. In the UK, they're often called "round brackets."[and]are square brackets. Simple. Direct.{and}are curly braces. Some people call them "mustache brackets."<and>are angle brackets. (Though technically, in math, they are "less than" and "greater than" signs).
Programmers use these to define scope. If you swap a curly brace for a square bracket in a C++ script, the whole thing breaks. It’s a digital house of cards. Using the correct keyboard symbol names helps when you're debugging with a partner over Zoom and need to say, "Hey, check the closing brace on line 42."
The Symbols You Probably Call "The Thingy"
The ^ symbol lives on the 6 key. Its real name is the caret. It’s used in proofreading to show where something should be inserted, but in the tech world, it’s often used for exponents or "control" shortcuts.
Then there’s the ~. We mentioned it earlier. The tilde. It sits next to the 1. In Spanish, it lives on top of the "n" (ñ). In Unix-based systems like Linux or macOS, the tilde represents your home directory. It’s a shortcut to "home."
What about the |? It’s that vertical line usually sharing a key with the backslash. That is a pipe. It’s a powerful tool in command-line interfaces, used to "pipe" the output of one program into the input of another. It’s the plumbing of the internet.
And the _? That’s an underscore. It was originally designed for typewriters so you could backspace and underline words. Now, it’s the primary way we separate words in filenames because spaces are notoriously buggy in old code.
The Grave Mistake
One of the most confused keyboard symbol names is the `. It looks like a lopsided apostrophe. It’s called a grave accent (pronounced grahv) or a backtick.
It’s not an apostrophe '.
It’s not a single quote.
If you’re writing in Markdown or Javascript, the backtick is a heavy lifter. It defines code blocks or template literals. If you use a regular quote instead, your code just sits there, doing nothing, staring back at you like a confused puppy.
A Quick Note on the "Dash" Family
There are actually three different types of horizontal lines, though your keyboard only gives you one.
- The hyphen
-: This is what’s on your keyboard. Used for compound words like "mother-in-law." - The en dash
–: Longer than a hyphen. Used for ranges (e.g., 1995–2024). You usually have to use a special shortcut likeOption + Minuson a Mac to get it. - The em dash
—: The long one. It’s used for a break in thought—like this.
Most modern word processors will auto-correct two hyphens into an em dash, but knowing the difference separates the pros from the amateurs.
Functional Keys and Their Secret Identities
The symbols aren't just the ones that print ink on the screen. The modifier keys have names and symbols too, especially in the Apple ecosystem.
The ⌘ symbol on a Mac is the Command key. But did you know it’s also called the Gorgon loop or the Saint Hannes cross? Susan Kare, the legendary designer behind the original Mac icons, found it in a book of Swedish symbols where it marked interesting sights in a park.
The ⌥ symbol is the Option key. It’s also called the "alt" key on PCs. The symbol itself represents a switch in a circuit—a path that can go one of two ways.
Then there’s the ⌃ which is the Control key symbol. It’s actually just a caret, the same one we found on the 6 key.
Moving Toward Keyboard Mastery
Understanding keyboard symbol names is about more than just vocabulary. It’s about precision in an increasingly digital world. When you can tell a colleague to "put the variable in backticks and use an underscore for the ID," you’re speaking the language of the machines.
We’ve moved far beyond the typewriter, yet our keyboards are still tethered to that history. The "Return" key is named after the "Carriage Return" mechanism that physically moved the paper roller back to the start of a line. We don't have carriages anymore. We have pixels. But the name remains.
Next time you’re typing, take a second to look at that row of numbers. Those symbols aren't just "the stuff you get when you hold shift." They are a collection of historical artifacts, mathematical tools, and linguistic survivors.
Put This Into Practice
If you want to actually remember these, start using the names in your head while you type. Don't say "shift-seven," say "ampersand." Instead of "the line thingy," say "pipe."
- Audit your file naming: Stop using spaces in your filenames. Use underscores
_or hyphens-. It makes them much easier for web servers to read. - Use the Backtick: If you use Slack or Discord, try wrapping your text in backticks
`like this`. It turns the text into a monospaced "code" font, making it stand out. - Master the Shortcuts: On a Mac,
Control + Command + Spaceopens the character viewer. You can search for any of these symbols by name there if you ever forget where they live on the board. - Fix your Punctuation: Use the actual em dash (two hyphens in most programs) to make your writing look significantly more professional.
The keyboard is your primary interface with the world. Knowing the tools of your trade is the first step toward mastering them. Stop guessing and start calling them what they actually are. Your inner tech geek will thank you.