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

What is Unicode character 𦺨?

The Unicode character 𦺨 U+26EA8 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+26EA8.

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!