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

What is Unicode character 𢹢?

The Unicode character 𢹢 U+22E62 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+22E62.

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!