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>&#159398;</p>
📋
CSS .selector { content: '\26EA6' };
📋
JS var unicodeA = '\u26EA6 ';
📋
CPP char unicodeA = ' \u26EA6 ';
📋
Java char unicodeA = '\u26EA6';
📋
Python unicodeA = '\u26EA6'
📋

What is Unicode character 𦺦?

The Unicode character 𦺦 U+26EA6 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+26EA6.

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!