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

What is Unicode character 𡟤?

The Unicode character 𡟤 U+217E4 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+217E4.

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!