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

What is Unicode character 𢪬?

The Unicode character 𢪬 U+22AAC 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+22AAC.

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!