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

What is Unicode character 𢨞?

The Unicode character 𢨞 U+22A1E 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+22A1E.

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!