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

What is Unicode character 𡵼?

The Unicode character 𡵼 U+21D7C 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+21D7C.

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!