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

What is Unicode character 𦁊?

The Unicode character 𦁊 U+2604A 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+2604A.

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!