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

What is Unicode character 𢺯?

The Unicode character 𢺯 U+22EAF 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+22EAF.

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!