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

What is Unicode character 𢺾?

The Unicode character 𢺾 U+22EBE 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+22EBE.

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!