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

What is Unicode character 𡟜?

The Unicode character 𡟜 U+217DC 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+217DC.

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!