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

What is Unicode character 𦯟?

The Unicode character 𦯟 U+26BDF 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+26BDF.

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!