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>&#135400;</p>
📋
CSS .selector { content: '\210E8' };
📋
JS var unicodeA = '\u210E8 ';
📋
CPP char unicodeA = ' \u210E8 ';
📋
Java char unicodeA = '\u210E8';
📋
Python unicodeA = '\u210E8'
📋

What is Unicode character 𡃨?

The Unicode character 𡃨 U+210E8 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+210E8.

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!