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>&#204850;</p>
📋
CSS .selector { content: '\32032' };
📋
JS var unicodeA = '\u32032 ';
📋
CPP char unicodeA = ' \u32032 ';
📋
Java char unicodeA = '\u32032';
📋
Python unicodeA = '\u32032'
📋

What is Unicode character 𲀲?

The Unicode character 𲀲 U+32032 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+32032.

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!