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

What is Unicode character 𱟝?

The Unicode character 𱟝 U+317DD 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+317DD.

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!