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

What is Unicode character 𱟟?

The Unicode character 𱟟 U+317DF 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+317DF.

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!