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>&#202688;</p>
📋
CSS .selector { content: '\317C0' };
📋
JS var unicodeA = '\u317C0 ';
📋
CPP char unicodeA = ' \u317C0 ';
📋
Java char unicodeA = '\u317C0';
📋
Python unicodeA = '\u317C0'
📋

What is Unicode character 𱟀?

The Unicode character 𱟀 U+317C0 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+317C0.

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!