https://github.com/jakewarren/uniname
displays the hexadecimal UTF-32 character and text description for a unicode glyph
https://github.com/jakewarren/uniname
golang unicode-characters unicode-emoji unicode-symbols
Last synced: 5 months ago
JSON representation
displays the hexadecimal UTF-32 character and text description for a unicode glyph
- Host: GitHub
- URL: https://github.com/jakewarren/uniname
- Owner: jakewarren
- License: mit
- Created: 2018-03-07T17:22:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-30T06:39:05.000Z (over 1 year ago)
- Last Synced: 2025-10-10T15:24:48.941Z (9 months ago)
- Topics: golang, unicode-characters, unicode-emoji, unicode-symbols
- Language: Go
- Size: 344 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# uniname
[](https://github.com/jakewarren/uniname/releases])
[](https://github.com/jakewarren/uniname/blob/master/LICENSE)
[](https://goreportcard.com/report/github.com/jakewarren/uniname)
[](http://makeapullrequest.com)
> displays the hexadecimal UTF-32 character and text description for a unicode glyph
## Install
### Option 1: Binary
Download the latest release from [https://github.com/jakewarren/uniname/releases/latest](https://github.com/jakewarren/uniname/releases/latest)
### Option 2: From source
```
go get github.com/jakewarren/uniname
```
## Usage
```
❯ uniname 😺
UTF-32 GLYPH NAME
+---------+-------+----------------------------------+
U+1F63A 😺 SMILING CAT FACE WITH OPEN MOUTH
```
# Changes
All notable changes to this project will be documented in the [changelog].
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
## License
MIT © 2018 Jake Warren