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

What is Unicode character 𡟔?

The Unicode character 𡟔 U+217D4 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+217D4.

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!