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

What is Unicode character 𡟦?

The Unicode character 𡟦 U+217E6 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+217E6.

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!