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

What is Unicode character 𡟍?

The Unicode character 𡟍 U+217CD 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+217CD.

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!