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

What is Unicode character 𦲰?

The Unicode character 𦲰 U+26CB0 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+26CB0.

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!