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

What is Unicode character 𦬄?

The Unicode character 𦬄 U+26B04 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+26B04.

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!