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

What is Unicode character 𡨺?

The Unicode character 𡨺 U+21A3A 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+21A3A.

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!