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

What is Unicode character 𦯀?

The Unicode character 𦯀 U+26BC0 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+26BC0.

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!