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

What is Unicode character 𢻢?

The Unicode character 𢻢 U+22EE2 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+22EE2.

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!