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

What is Unicode character 𦯯?

The Unicode character 𦯯 U+26BEF 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+26BEF.

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!