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

What is Unicode character 𡟪?

The Unicode character 𡟪 U+217EA 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+217EA.

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!