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

What is Unicode character 𡰺?

The Unicode character 𡰺 U+21C3A 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+21C3A.

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!