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

What is Unicode character 𱟓?

The Unicode character 𱟓 U+317D3 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+317D3.

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!