charming icon indicating copy to clipboard operation
charming copied to clipboard

Unicode character browser

Results 13 charming issues
Sort by recently updated
recently updated
newest added

example: U+03BB could be found in a search for “lam**b**da” if we were to extend our data model to allow us to store the Unicode_1_Name for that code point

enhancement

* named character sequences * https://www.unicode.org/reports/tr34/ * https://www.unicode.org/Public/14.0.0/ucd/NamedSequences.txt * standardized variation sequences * https://www.unicode.org/versions/Unicode14.0.0/ch23.pdf § 23.4 * https://www.unicode.org/Public/14.0.0/ucd/StandardizedVariants.txt * emoji variation sequences * https://www.unicode.org/reports/tr51/ * https://www.unicode.org/Public/14.0.0/ucd/emoji/emoji-variation-sequences.txt * ideographic variation sequences?...

(and something for mobile?)

C-c would copy the current character, but would also prevent you from copying the description or whatever C-v would just pick the first character in the clipboard and show that

* we have a copy button, why not a paste button too * firefox has no way to paste programmatically * @the6p4c suggests we can use prompt() as fallback

:dog: this pr adds keyboard navigation to the map grid with the wsad keys (up, down, left, right) wsad was chosen over the arrow keys to avoid any potential confusion...

* standardized variation sequences * https://www.unicode.org/versions/Unicode14.0.0/ch23.pdf § 23.4 * https://www.unicode.org/Public/14.0.0/ucd/StandardizedVariants.txt * emoji variation sequences * https://www.unicode.org/reports/tr51/ * https://www.unicode.org/Public/14.0.0/ucd/emoji/emoji-variation-sequences.txt * ideographic variation sequences? * https://www.unicode.org/reports/tr37/ * https://www.unicode.org/ivd/data/2020-11-06/IVD_Sequences.txt

searching for `person` yields the following results: - `U+0070 LATIN SMALL LETTER P` - `U+0065 LATIN SMALL LETTER E` - `U+0072 LATIN SMALL LETTER R` - `(cldr) U+1F9D1 person` -...