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

What is Unicode character 𡟌?

The Unicode character 𡟌 U+217CC 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+217CC.

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!