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

What is Unicode character 𦨎?

The Unicode character 𦨎 U+26A0E 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+26A0E.

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!