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

What is Unicode character 𦬫?

The Unicode character 𦬫 U+26B2B 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+26B2B.

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!