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

What is Unicode character 𦬪?

The Unicode character 𦬪 U+26B2A 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+26B2A.

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!