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

What is Unicode character 𡰬?

The Unicode character 𡰬 U+21C2C 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+21C2C.

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!