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>&#178982;</p>
📋
CSS .selector { content: '\2BB26' };
📋
JS var unicodeA = '\u2BB26 ';
📋
CPP char unicodeA = ' \u2BB26 ';
📋
Java char unicodeA = '\u2BB26';
📋
Python unicodeA = '\u2BB26'
📋

What is Unicode character 𫬦?

The Unicode character 𫬦 U+2BB26 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2BB26.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!