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

What is Unicode character 𡟡?

The Unicode character 𡟡 U+217E1 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+217E1.

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!