You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use combining diacritic characters to create funny and unique characters
4
-
5
-
## How to use
6
-
7
-
- Press any button and the character inside it will be appended to the end of the text box
8
-
- Press the random button to select a random character (It will only select a character that has a checked heading)
9
-
- Select the checkbox next to "Loop string" this makes characters go into the loop string box, pressing "Add Loop String" will then add all the characters in to loop string to the main textbox
10
-
- You can change how many characters are added with the top-most text box (Note: Normal buttons, random and loop string are all affected by this)
11
-
- You can access more characters by typing `debugAddSpareChars()` into console (Note: These characters don't display correctly, so they were omitted)
12
-
13
-
## What's in this repo
14
-
15
-
All the different categories of characters have been sorted into their own files, as well as a master file with all the characters. All these files are sorted in order of as they appear in Unicode, and formatted as HTML Decimal
-[R74n.com](https://c.r74n.com/combining) - Original concept and some characters
28
-
-[UnicodePlus](https://unicodeplus.com/) - Got the remaining characters from here
1
+
# funny-character-maker
2
+
3
+
Use combining diacritic characters to create funny and unique characters
4
+
5
+
## How to use
6
+
7
+
- Press any button and the character inside it will be appended to the end of the text box
8
+
- Press the random button to select a random character (It will only select a character that has a checked heading)
9
+
- Select the checkbox next to "Loop string" this makes characters go into the loop string box, pressing "Add Loop String" will then add all the characters in to loop string to the main textbox
10
+
- You can change how many characters are added with the top-most text box (Note: Normal buttons, random and loop string are all affected by this)
11
+
- You can access more characters by typing `debugAddSpareChars()` into console (Note: These characters don't display correctly, so they were omitted)
12
+
13
+
## What's in this repo
14
+
15
+
All the different categories of characters have been sorted into their own files, as well as a master file with all the characters. All these files are sorted in order of as they appear in Unicode, and formatted as HTML Decimal
0 commit comments