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

What is Unicode character 𡟰?

The Unicode character 𡟰 U+217F0 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+217F0.

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!