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

What is Unicode character 𦺎?

The Unicode character 𦺎 U+26E8E 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+26E8E.

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!