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

What is Unicode character 𢁢?

The Unicode character 𢁢 U+22062 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+22062.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!