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

What is Unicode character 𦯎?

The Unicode character 𦯎 U+26BCE 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+26BCE.

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!