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

What is Unicode character 𦪎?

The Unicode character 𦪎 U+26A8E 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+26A8E.

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!