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

What is Unicode character 𦰄?

The Unicode character 𦰄 U+26C04 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+26C04.

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!