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

What is Unicode character 𦮢?

The Unicode character 𦮢 U+26BA2 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+26BA2.

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!