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

What is Unicode character 𫰦?

The Unicode character 𫰦 U+2BC26 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+2BC26.

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!