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

What is Unicode character 𢺺?

The Unicode character 𢺺 U+22EBA 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+22EBA.

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!