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

What is Unicode character 𡟈?

The Unicode character 𡟈 U+217C8 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+217C8.

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!