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

What is Unicode character 𱬎?

The Unicode character 𱬎 U+31B0E 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+31B0E.

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!