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

What is Unicode character 𱨎?

The Unicode character 𱨎 U+31A0E 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+31A0E.

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!