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

What is Unicode character 𱹬?

The Unicode character 𱹬 U+31E6C 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+31E6C.

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!