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

What is Unicode character 𦼷?

The Unicode character 𦼷 U+26F37 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+26F37.

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!