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

What is Unicode character 𡪬?

The Unicode character 𡪬 U+21AAC 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+21AAC.

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!