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

What is Unicode character 𱟲?

The Unicode character 𱟲 U+317F2 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+317F2.

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!