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

What is Unicode character 𦨀?

The Unicode character 𦨀 U+26A00 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+26A00.

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!