An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# uniname

[![GitHub release](http://img.shields.io/github/release/jakewarren/uniname.svg?style=flat-square)](https://github.com/jakewarren/uniname/releases])
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/jakewarren/uniname/blob/master/LICENSE)
[![Go Report Card](https://goreportcard.com/badge/github.com/jakewarren/uniname)](https://goreportcard.com/report/github.com/jakewarren/uniname)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=shields)](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