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

What is Unicode character 𡟄?

The Unicode character 𡟄 U+217C4 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+217C4.

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!