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

What is Unicode character 𡺬?

The Unicode character 𡺬 U+21EAC 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+21EAC.

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!