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

What is Unicode character 𢺞?

The Unicode character 𢺞 U+22E9E 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+22E9E.

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!