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

What is Unicode character 𡟊?

The Unicode character 𡟊 U+217CA 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+217CA.

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!