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

What is Unicode character 𦭟?

The Unicode character 𦭟 U+26B5F 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+26B5F.

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!