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

What is Unicode character 𡟇?

The Unicode character 𡟇 U+217C7 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+217C7.

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!