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

What is Unicode character 𦬬?

The Unicode character 𦬬 U+26B2C 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+26B2C.

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!