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

What is Unicode character 𦯭?

The Unicode character 𦯭 U+26BED 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+26BED.

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!