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

What is Unicode character 𦀎?

The Unicode character 𦀎 U+2600E 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+2600E.

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!