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

What is Unicode character 𡰼?

The Unicode character 𡰼 U+21C3C 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+21C3C.

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!