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

What is Unicode character 𢲞?

The Unicode character 𢲞 U+22C9E 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+22C9E.

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!