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

What is Unicode character 𢰞?

The Unicode character 𢰞 U+22C1E 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+22C1E.

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!