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

What is Unicode character 𡰾?

The Unicode character 𡰾 U+21C3E 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+21C3E.

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!