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

What is Unicode character 𢺉?

The Unicode character 𢺉 U+22E89 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+22E89.

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!