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

What is Unicode character 𦁎?

The Unicode character 𦁎 U+2604E 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+2604E.

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!