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

What is Unicode character 𱟰?

The Unicode character 𱟰 U+317F0 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+317F0.

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!