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

What is Unicode character 𡟆?

The Unicode character 𡟆 U+217C6 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+217C6.

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!