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

What is Unicode character 𡹼?

The Unicode character 𡹼 U+21E7C 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+21E7C.

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!