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

What is Unicode character 𦬆?

The Unicode character 𦬆 U+26B06 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+26B06.

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!