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

What is Unicode character 𢺰?

The Unicode character 𢺰 U+22EB0 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+22EB0.

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!