Formulas > =UNICHAR()
How to Use UNICHAR() in Google Sheets
Description
How To Actually Use UNICHAR() in Sheets
UNICHAR(number)
Try UNICHAR yourself
In cells A1:A10, enter numbers from 1 to 10. In cells B1:B10, use the UNICHAR formula to display the corresponding Unicode characters for those numbers.
Hints (2)
-
Remember to reference the cell with the number in your UNICHAR formula.
-
You can drag the formula down from B1 to B10 to fill the rest of the cells.
Related formulas
UNICHAR returns emoji and symbols above code point 255. In Google Sheets, CHAR covers the same range for most visual formulas.
Sheet art with UNICHAR
UNICHAR shines when you need glowing stars, moon blanks, and other emoji above the ASCII table.
- Emoji scene formulas
- Star rating formulas with UNICHAR blanks
- Browse all visual formulas
Sheet art examples with UNICHAR()
6 copy-paste formulas from the Playground use UNICHAR(). Click a card to copy the full formula into Google Sheets. Showing a curated set from 237 matching examples.
=REPT(UNICHAR(127775),MIN(A1,B1))&REPT(CHAR(11088),MAX(0,B1-A1))
πππββ
=REPT("β
",MIN(A1,B1))&REPT(UNICHAR(127761),MAX(0,B1-A1))
β β β ππ
=REPT("β
",MIN(A1,B1))&REPT(UNICHAR(129509),MAX(0,B1-A1))
β β β π«₯π«₯
=REPT("β
",MIN(A1,B1))&REPT(UNICHAR(128683),MAX(0,B1-A1))
β β β π«π«
=REPT(CHAR(9734),MIN(A1,B1))&REPT(UNICHAR(127761),MAX(0,B1-A1))
βββππ
=REPT("β
",MIN(A1,B1))&REPT(UNICHAR(128274),MAX(0,B1-A1))
β β β π²π²
Looking for a video tutorial? Members can email me anytime! Check out the blogs below for more info on this formula. Or generate your formula. Find more formulas here at BetterSheets.co/formulas
More related tutorials
Transcript-matched member videos for UNICHAR(). Click through to watch.
REGEXMATCH Formula Generator for Google Sheets
Write Apps Script to Create a New Google Sheets Formula
One Weird Google Sheet Formula for Bulk Publishing With AI
Create a Trello Board with Transpose Formula in Google Sheets
Learn more about the UNICHAR() formula:
Generate a UNICHAR() formula for your needs
Describe your task in plain English and get a paste-ready formula that uses UNICHAR(). 2 free AI generations, no signup. Members get unlimited use.
Generate a UNICHAR() formula