29 lines
512 B
Markdown
29 lines
512 B
Markdown
---
|
||
title: On Punctuation
|
||
date: 2025-11-20
|
||
published: false
|
||
tags: []
|
||
---
|
||
|
||
Many punctuation marks have names other than "<function> sign/symbol". Here are some that I know:
|
||
|
||
- `!`: bang
|
||
- `‽` (or any combination of `?` and `!`): interrobang
|
||
- `#!`: shebang
|
||
- `#`: octothorpe
|
||
- `~`: tilde
|
||
- `\``: backtick
|
||
- `/`: solidus
|
||
- `\`: reverse solidus
|
||
- `[]`: brackets
|
||
- `{}`: braces
|
||
- `...`: ellipse
|
||
- `|`: pipe
|
||
- `&`: ampersand
|
||
- `¶`: pilcrow
|
||
- `:—`: dog's bollocks
|
||
- `-`: hyphen
|
||
- `–`: en dash
|
||
- `—`: em dash
|
||
|