codepoints
There are 29 repositories under codepoints topic.
juliettef/IconFontCppHeaders
C and C++ headers, C# and Python classes, Rust files and Go package for icon fonts Font Awesome, Fork Awesome, Google Material Design icons and symbols, Pictogrammers Material Design icons, Kenney game icons, Fontaudio, Codicons and Lucide.
DuffsDevice/tiny-utf8
Unicode (UTF-8) capable std::string
janlelis/uniscribe
Know your Unicode ✀
ehmicky/cross-platform-terminal-characters
All the characters that work on most terminals
SheetJS/js-codepage
:currency_exchange: Codepages for JS
janlelis/unibits
Visualize different Unicode encodings in the terminal
cketti/kotlin-codepoints
Kotlin Multiplatform (KMP) library that adds basic support for Unicode code points
shanraisshan/EmojiCodeSheet
Your first stop for developing emoji keyboards for any platform, using any language.
deanishe/alfred-unicode
Preview Unicode characters and emoji in Alfred
philpennock/character
tool for character manipulations
janlelis/unicopy
Unicode command-line codepoint dumper
eriol/piken
CLI tool to search unicode data backed by SQLite3
janlelis/az
From A to Z
jaynetics/character_set
A C-extended Ruby gem to efficiently work with sets of Unicode codepoints.
mobluse/semigraphics
Functions for semigraphics similar to ABC80 (setdot, clrdot, dot), TRS-80, TeleText, Text-TV, & Viewdata using 3x2 blocks, and ZX81 (plot, unplot) using 2x2 blocks.
GHTaarn/UnicodeREPL.jl
Tab completion of any Unicode codepoint
janlelis/unicode-name.js
🏷️ Names/aliases/labels of Unicode characters and Emoji
mnh48-minetest/unicodeparser
Unicode Parser is a client-side mod for Minetest by mnh48, it's a temporary solution to chat in unicode characters.
ijlee2/material-design-icons-codepoints
Find all codepoints for Material Design Icons
claui/compose
Search for a Unicode codepoint to scaffold a line for your Compose file
SheilaRT/Azure-Alphant
Azure Alphant is an easy-to-use, highly visual Unicode Character Entity Reference Chart with font support verification for all installed fonts. Azure Alphant was formerly Blue Alphant and has been refactored to remove all dependencies and load up to 76% faster.
taxborn/u8read
UTF-8 file reader to emit utf-8 codepoints
skial/seri
Unicode information. Blocks, scripts, classes and ranges for Haxe. [Experimental]
FedericoBruzzone/ende
A rust library for encoding/decoding unicode/utf-8/utf-16(ucs-2) code points. 🦀
pablohirafuji/elm-char-codepoint
Code point operations in Elm
kuhumcst/makeUTF8
Converts UTF-16 (BE/LE), UTF-32 (BE/LE), ISO-8859-N to UTF-8. Removes BOM and surrogate pairs from UTF-8, converting a codepoint between U-D800 and U-DBFF followed by a codepoint between U-DC00 and U-DFFF to one valid codepoint > U-FFFF.
owings1/quale-core
core nodejs functions
RougeWare/Swift-String-Integer-Access
I hate how Swift `String`s don't let you access their characters with `Int`s. This package lets you do just that.