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

What is Unicode character 𡃦?

The Unicode character 𡃦 U+210E6 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+210E6.

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!