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

What is Unicode character 𱟺?

The Unicode character 𱟺 U+317FA 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+317FA.

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!