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

What is Unicode character 𱟐?

The Unicode character 𱟐 U+317D0 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+317D0.

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!