Use the UNICODE function through 3 how-to topics, all available without membership; choose a topic from the How-to Index to enter the function, view syntax guidance, and check results in WPS Spreadsheet on Windows.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Enter the UNICODE function | Free |
| 2 | 2. View function syntax guidance | Free |
| 3 | 3. Check results and common errors | Free |
How-to Guide
1. Enter the UNICODE function
Entry point: Formulas tab → formula bar
- Open WPS Spreadsheet and select the cell where you want to display the result.
- Type
=in the formula bar or directly in the cell. - Type
UNICODE(. - Enter the target text or a cell reference inside the parentheses, such as
"A"orA1. - Type the closing parenthesis and press Enter.
Success Criteria
- The cell displays a numeric result.
- The formula bar shows the full formula, such as
=UNICODE("A"). - If you change the referenced text, the result updates accordingly.
Tips While Using
- The formula must begin with
=.- Parentheses must be paired correctly.
- For direct text input, use standard double quotation marks.
2. View function syntax guidance
Entry point: formula bar
- Select any editable cell.
- Type
=UNICODE(. - Watch for the syntax guidance shown in the editing area.
- Complete the parameter based on the prompt and finish the formula.
Success Criteria
- A parameter prompt appears after you enter the function name.
- You can continue completing the formula based on the prompt.
Tips While Using
- If no prompt appears, confirm that you entered the opening parenthesis.
- If input behavior is unusual, switch to English input before typing the formula.
3. Check results and common errors
Entry point: result cell → formula bar
- Enter and confirm the UNICODE formula.
- If the result looks incorrect, check the parentheses, quotation marks, and parameter position first.
- Confirm that the referenced cell contains an initial space or another special character.
- Edit the formula and press Enter again to recalculate.
- If needed, press
F9to recalculate manually.
Success Criteria
- After correction, the cell returns a normal numeric value.
- The formula structure is clear and can be reused in other cells.
Tips While Using
- Empty or invalid parameters may cause unexpected results.
- If the referenced content starts with a different character than expected, the returned value will change with that first character.