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

What is Unicode character 𡟴?

The Unicode character 𡟴 U+217F4 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+217F4.

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!