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>&#155658;</p>
📋
CSS .selector { content: '\2600A' };
📋
JS var unicodeA = '\u2600A ';
📋
CPP char unicodeA = ' \u2600A ';
📋
Java char unicodeA = '\u2600A';
📋
Python unicodeA = '\u2600A'
📋

What is Unicode character 𦀊?

The Unicode character 𦀊 U+2600A 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+2600A.

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!