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

What is Unicode character 𦬦?

The Unicode character 𦬦 U+26B26 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+26B26.

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!