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

What is Unicode character 𢱢?

The Unicode character 𢱢 U+22C62 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+22C62.

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!