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

What is Unicode character 𡟁?

The Unicode character 𡟁 U+217C1 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+217C1.

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!