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

What is Unicode character 𦀄?

The Unicode character 𦀄 U+26004 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+26004.

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!