-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
--- | ||
title: "Judging Fonts By Easily Confused Characters" | ||
date: 2022-09-24T21:00:13-07:00 | ||
draft: true | ||
--- | ||
|
||
Credit to [this post on Hacker News](https://news.ycombinator.com/item?id=11718653). | ||
|
||
## In body font | ||
|
||
0Oo | ||
1Il| | ||
b69B80Oo | ||
ij | ||
5S | ||
9gq | ||
co | ||
rn m | ||
cl d | ||
vv w | ||
., | ||
:; | ||
`' -- grave accent (backtick), apostrophe | ||
''" -- two single quotes followed by one double quote | ||
'‘’ -- apostrophe, left/right single quotation marks | ||
"“” -- quotation mark, left/right double quotation marks | ||
~- | ||
)]} | ||
uμ -- letter u and greek small letter mu | ||
vν -- letter v and greek small letter nu | ||
wW | ||
xX | ||
zZ | ||
vV | ||
uU | ||
cC | ||
sS | ||
0x1A2B3C0 | ||
|
||
## In a code block | ||
|
||
``` | ||
0Oo | ||
1Il| | ||
b69B80Oo | ||
ij | ||
5S | ||
9gq | ||
co | ||
rn m | ||
cl d | ||
vv w | ||
., | ||
:; | ||
`' (grave accent, apostrophe) | ||
''" (two single quotes followed by one double quote) | ||
'‘’ (apostrophe, left/right single quotation marks) | ||
"“” (quotation mark, left/right double quotation marks) | ||
~- | ||
)]} | ||
uμ (letter u and greek small letter mu) | ||
vν (letter v and greek small letter nu) | ||
wW | ||
xX | ||
zZ | ||
vV | ||
uU | ||
cC | ||
sS | ||
0x1A2B3C0 | ||
``` |