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

What is Unicode character 𡹺?

The Unicode character 𡹺 U+21E7A 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+21E7A.

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!