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

What is Unicode character 𱹎?

The Unicode character 𱹎 U+31E4E 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+31E4E.

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!