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

What is Unicode character 𡹷?

The Unicode character 𡹷 U+21E77 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+21E77.

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!