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

What is Unicode character 𢭢?

The Unicode character 𢭢 U+22B62 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+22B62.

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!