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

What is Unicode character 𱟶?

The Unicode character 𱟶 U+317F6 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+317F6.

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!