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

What is Unicode character 𢨑?

The Unicode character 𢨑 U+22A11 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+22A11.

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!