emoji alignment special character alignment text alignment

How to align emoji, how to align special characters, advanced text alignment Question elicitation When we print out the program, if the characters we output contain emoji text or other special character text, our print alignment effect will be misaligned. The following code reproduces this effect (tips: Teacher Ma, the | symbol in front is […]

After analyzing the source code of the official account, it turns out that emoji can be added to the title!

I published an article on the public account. I originally wanted to add an emoji emoticon to the title of the article, but I was prompted with an error: “The title cannot contain special characters.” Error reporting with special characters in official account title I didn’t think much about it at the time, thinking that […]

git commit emoji usage guide

Original text: https://github.com/liuchengxu/git-commit-emoji-cn Directory commit format emoji guide How to display emoji in command line refer to git commit emoji write a good commit message When executing git commit, use emoji to add a “label” to this submission, so that the main work of this commit can be highlighted, and it can also make it […]

Output emoji expressions in js

0x1f4e9 0x1f389 0x1f449 0x1f4a9 0x1f609 0x1f499 0x1f469 0x1f339 0x1f489 0x1f419 0x1f511 0x1f631 0x1f471 0x1f349 0x1f359 0x1f439 0x1f3a9 0x1f459 0x1f319 0x1f559 0x1f4b9 0x1f689 0x1f6b9 Secret 0x3299 0x1f699 ? 0x2649 0x1f60a 0x1f50a 0x1f335 0x1f435 ? 0x2665 0x1f345 0x1f455 ? 0x2615 0x1f375 0x1f235 0x1f305 0x1f1ef 0x1f1f5 0x1f6a5 0x1f195 0x1f41a 0x1f35a 0x1f695 ? 0x2b05 0x1f555 ?0x26f5 0x1f685 0x1f3e5 ?0x2b55 […]

Android open source custom emoji keyboard, EmojiPack v2.1 version

Directory 1. Introduction 2. Installation Add jitpack repository Add dependencies: Confusion rules: Three, use 1. One-time configuration of emoji display processing 2. Use of emoji’s custom keyboard One, Introduction EmojiPack currently provides emoji display and emoji selection custom keyboard. In terms of emoji display, a large number of other frameworks use custom views to realize […]

emoji emoticons, unicode emoticons

Table of Contents Preface ?use New in Unicode version 1.1 ? New in Unicode version 3.0 New in Unicode 3.2 ?Added in version 4.0 of Unicode New in Unicode 5.1 ? New in Unicode version 5.2 New in Unicode 6.0 New in Unicode 6.1 New in Unicode 7.0 New in Unicode version 8.0 New in […]

emoji web-side processing

1. For the information sent to the server, because the picture is selected, only 50 emoticons are provided on the web side, so the content of the #haha# and any ## package is converted into the corresponding unicode code, such as U + 1F603. Corresponding to each one, this is more troublesome. 2. In the […]

Emoji expression can be used in MarkDown

The use of MarkDown and the use of Emoji expressions 1. Introduction to MarkDown Markdown is a lightweight markup language widely used in fields such as document editing and blog writing. Compared with traditional word processing software, Markdown is concise, easy to read, and easy to write, and can easily convert text into documents in […]

The world’s first emoji | Today in History

Organize | Wang Qilong Through “Today in History”, the future can be seen from the past, and the future can also be changed from the present. Today is March 30, 2023, on this day in 1951, the UNIVAC passed the acceptance test. UNIVAC (UNIVersal Automatic Computer, Universal Automatic Computer) was manufactured by Eckert–Mauchly Computer Company […]

[Solved] The solution to save emoji after Navicat is set to utf8mb4 and still report an error

1. Preface Recently encountered a problem, need to check the library and export the report; Because the report is special and the program is not implemented, it is planned to query the production library first, copy it as an insert statement, and then execute, process, and export xls in the local Navicat, which is faster. […]