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>&#201638;</p>
📋
CSS .selector { content: '\313A6' };
📋
JS var unicodeA = '\u313A6 ';
📋
CPP char unicodeA = ' \u313A6 ';
📋
Java char unicodeA = '\u313A6';
📋
Python unicodeA = '\u313A6'
📋

What is Unicode character 𱎦?

The Unicode character 𱎦 U+313A6 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+313A6.

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!