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

What is Unicode character 𢨚?

The Unicode character 𢨚 U+22A1A 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+22A1A.

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!