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

What is Unicode character 𢺝?

The Unicode character 𢺝 U+22E9D 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+22E9D.

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!