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

What is Unicode character 𦨊?

The Unicode character 𦨊 U+26A0A 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+26A0A.

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!