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

What is Unicode character 𡟀?

The Unicode character 𡟀 U+217C0 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+217C0.

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!