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

What is Unicode character 𱨬?

The Unicode character 𱨬 U+31A2C 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+31A2C.

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!