charcode-cli
v1.0.0
Published
Convert characters to Unicode code points and back. Zero dependencies.
Downloads
88
Maintainers
Readme
charcode-cli
Convert characters to Unicode code points and back. Zero dependencies.
Install
npm i -g charcode-cliUsage
# Characters → code points
charcode Hello
# H U+0048
# e U+0065
# l U+006C
# l U+006C
# o U+006F
# Emoji support
charcode 🦞
# 🦞 U+1F99E
# Code points → characters
charcode -r 48 65 6C 6C 6F
# Hello
charcode -r 0x1F99E
# 🦞License
MIT © 2026 kszongic
