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

What is Unicode character 𦰷?

The Unicode character 𦰷 U+26C37 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+26C37.

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!