Css Styling

Size
𲀐
15px
𲀐
18px
𲀐
21px
𲀐
24px
𲀐
27px
𲀐
30px
𲀐
33px
𲀐
36px
𲀐
42px
𲀐
48px
𲀐
54px
𲀐
60px
𲀐
66px
𲀐
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𲀐
Bold
𲀐
Italic
𲀐
Underline
𲀐
Strikethrough
𲀐
UpperCase
𲀐
LowerCase
𲀐
Oblique
A 𲀐
Subscript
A 𲀐
Superscript
𲀐
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𲀐
Arial
𲀐
Times New Roman
𲀐
Verdana
𲀐
Courier New
𲀐
Garamond
𲀐
Georgia
𲀐
Trebuchet MS
𲀐
Tahoma
𲀐
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𲀐
White
𲀐
Brown
𲀐
Maroon
𲀐
Magenta
𲀐
Red
𲀐
Orange
𲀐
Yellow
𲀐
Green
𲀐
Teal
𲀐
Cyan
𲀐
Blue
𲀐
Violet
𲀐
Purple
𲀐
Indigo
𲀐
Gray
𲀐
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𲀐
White
𲀐
Brown
𲀐
Maroon
𲀐
Magenta
𲀐
Red
𲀐
Orange
𲀐
Yellow
𲀐
Green
𲀐
Teal
𲀐
Cyan
𲀐
Blue
𲀐
Violet
𲀐
Purple
𲀐
Indigo
𲀐
Gray
𲀐
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#204816;</p>
📋
CSS .selector { content: '\32010' };
📋
JS var unicodeA = '\u32010 ';
📋
CPP char unicodeA = ' \u32010 ';
📋
Java char unicodeA = '\u32010';
📋
Python unicodeA = '\u32010'
📋

What is Unicode character 𲀐?

The Unicode character 𲀐 U+32010 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H block.

What does the Unicode character 𲀐 represent?

The Unicode character 𲀐 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𲀐?

The Unicode code point for 𲀐 is U+32010.

Is the appearance of the 𲀐 character consistent across all platforms?

The appearance of the 𲀐 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𲀐 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𲀐 character.

In which version was Unicode character 𲀐 released, and to which block of characters does it belong?

Unicode character 𲀐 was first introduced in Unicode Version 15.0, and it belongs to the CJK Unified Ideographs Extension H block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension H
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!