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

What is Unicode character 𦀾?

The Unicode character 𦀾 U+2603E 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+2603E.

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!