Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
UNICODE is the inverse of UNICHAR — it returns the numeric Unicode code point for the first character of a text string. Use it to inspect characters beyond ASCII, validate input encoding, or compare characters across different scripts and symbol sets.
=UNICODE(A2)=UNICODE(A2)Computed by a real spreadsheet engine on the sample data below.
| Symbol | Code Point |
| A | =UNICODE(A2) |
| Z | =UNICODE(A3) |
| a | =UNICODE(A4) |
| z | =UNICODE(A5) |
=UNICODE(A2)→65
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: