All Projects โ†’ channg โ†’ umoji

channg / umoji

Licence: other
๐Ÿ˜„ A lib convert emoji unicode to Surrogate pairs

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to umoji

Unicode Tr51
Emoji data extracted from Unicode Technical Report #51.
Stars: โœญ 38 (-44.12%)
Mutual labels:  emoji, unicode
contour
Modern C++ Terminal Emulator
Stars: โœญ 761 (+1019.12%)
Mutual labels:  emoji, unicode
Weird Json
A collection of strange encoded JSONs. For connoisseurs.
Stars: โœญ 53 (-22.06%)
Mutual labels:  emoji, unicode
Ecoji
Encodes (and decodes) data as emojis
Stars: โœญ 671 (+886.76%)
Mutual labels:  emoji, unicode
emoji-db
A database of Apple-supported emojis in JSON format. Used by my Alfred emoji workflow.
Stars: โœญ 32 (-52.94%)
Mutual labels:  emoji, unicode
Awesome Typography
โœ๏ธŽ Curated list about digital typography ๐Ÿ”ฅ
Stars: โœญ 947 (+1292.65%)
Mutual labels:  emoji, unicode
Emoji Regex
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
Stars: โœญ 1,134 (+1567.65%)
Mutual labels:  emoji, unicode
Rofimoji
An emoji and character picker for rofi ๐Ÿ˜
Stars: โœญ 319 (+369.12%)
Mutual labels:  emoji, unicode
V Emoji Picker
๐ŸŒŸ A Lightweight and customizable package of Emoji Picker in Vue using emojis natives (unicode).
Stars: โœญ 231 (+239.71%)
Mutual labels:  emoji, unicode
Twitter Text
Twitter Text Libraries. This code is used at Twitter to tokenize and parse text to meet the expectations for what can be used on the platform.
Stars: โœญ 2,627 (+3763.24%)
Mutual labels:  emoji, unicode
Uni
Query the Unicode database from the commandline, with good support for emojis
Stars: โœญ 633 (+830.88%)
Mutual labels:  emoji, unicode
Wordle2Townscaper
Wordle2Townscaper is meant to convert Wordle tweets into Townscaper houses using yellow and green building blocks.
Stars: โœญ 64 (-5.88%)
Mutual labels:  emoji, unicode
Gemoji
Emoji images and names.
Stars: โœญ 3,890 (+5620.59%)
Mutual labels:  emoji, unicode
unicode-emoji-json
Emoji data from unicode.org as easily consumable JSON files.
Stars: โœญ 149 (+119.12%)
Mutual labels:  emoji, unicode
Smile
๐Ÿ˜„ Emoji in Swift
Stars: โœญ 359 (+427.94%)
Mutual labels:  emoji, unicode
Awesome Emoji Picker
Add-on/WebExtension that provides a modern emoji picker that you can use to find and copy/insert emoji into the active web page.
Stars: โœญ 54 (-20.59%)
Mutual labels:  emoji, unicode
ngx-emoj
A simple, theme-able emoji mart/picker for angular 4+
Stars: โœญ 18 (-73.53%)
Mutual labels:  emoji, unicode
no-facebook-emoji
Get rid of those ugly emojis now! [stopped working ๐Ÿ˜ข]
Stars: โœญ 15 (-77.94%)
Mutual labels:  emoji, unicode
Box Cli Maker
Make Highly Customized Boxes for your CLI
Stars: โœญ 115 (+69.12%)
Mutual labels:  emoji, unicode
unicodemoticon
Trayicon with Unicode Emoticons using Python3 Qt5
Stars: โœญ 21 (-69.12%)
Mutual labels:  emoji, unicode

umoji

npm

๐Ÿ˜€A lib convert emoji unicode to Surrogate pairs

  • u can use with npm
npm install umoji --save

method

  • emojiToUnicode

emoji to Surrogate pairs unicode

umoji.emojiToUnicode('๐Ÿ˜€๐Ÿ˜€๐Ÿ˜€๐Ÿ˜€๐Ÿ˜€sdksk');// return '\ud83d\ude00\ud83d\ude00\ud83d\ude00\ud83d\ude00\ud83d\ude00sdks'
  • toSurrogatePairs

Hexadecimal and decimal number to unicode

umoji.toSurrogatePairs(128513)// return '\ud83d\ude01'
umoji.toSurrogatePairs(0x1F601)// return '\ud83d\ude01'
  • fromcodepoint

a static method like es6 fromcodepoint, fromcodepoint() then use String.fromCodePoint(),

fromcodepoint()
String.fromCodePoint(128513)// return '\ud83d\ude01'

๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ ๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง ๐Ÿ‘จโ€๐Ÿ‘ฆ ๐Ÿ‘จโ€๐Ÿ‘ง ๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ ๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ ๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง    A lot of people star this project

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].