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

What is Unicode character 𢨡?

The Unicode character 𢨡 U+22A21 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+22A21.

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!