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

What is Unicode character 𡟐?

The Unicode character 𡟐 U+217D0 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+217D0.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!