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

What is Unicode character 𢺍?

The Unicode character 𢺍 U+22E8D 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+22E8D.

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!