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

What is Unicode character 𱟢?

The Unicode character 𱟢 U+317E2 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+317E2.

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!