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

What is Unicode character 𦬷?

The Unicode character 𦬷 U+26B37 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+26B37.

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!