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

What is Unicode character 𡟭?

The Unicode character 𡟭 U+217ED 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+217ED.

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!