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

What is Unicode character 𱟎?

The Unicode character 𱟎 U+317CE 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+317CE.

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!