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

What is Unicode character 𱟑?

The Unicode character 𱟑 U+317D1 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+317D1.

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!