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

What is Unicode character 𡹾?

The Unicode character 𡹾 U+21E7E 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+21E7E.

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!