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

What is Unicode character 𡵺?

The Unicode character 𡵺 U+21D7A 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+21D7A.

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!