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

What is Unicode character 𫨦?

The Unicode character 𫨦 U+2BA26 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+2BA26.

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!