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

What is Unicode character 𡟬?

The Unicode character 𡟬 U+217EC 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+217EC.

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!