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

What is Unicode character 𦬯?

The Unicode character 𦬯 U+26B2F 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+26B2F.

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!