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

What is Unicode character 𦯬?

The Unicode character 𦯬 U+26BEC 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+26BEC.

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!