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

What is Unicode character 𱨍?

The Unicode character 𱨍 U+31A0D 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+31A0D.

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!