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

What is Unicode character 𦺊?

The Unicode character 𦺊 U+26E8A 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+26E8A.

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!