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

What is Unicode character 𲁢?

The Unicode character 𲁢 U+32062 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+32062.

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!