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

What is Unicode character 𡲬?

The Unicode character 𡲬 U+21CAC 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+21CAC.

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!