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

What is Unicode character 𱰬?

The Unicode character 𱰬 U+31C2C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+31C2C.

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 15.0, and it belongs to the CJK Unified Ideographs Extension H block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension H
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!