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

What is Unicode character 𦲼?

The Unicode character 𦲼 U+26CBC 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+26CBC.

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!