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

What is Unicode character 𦨷?

The Unicode character 𦨷 U+26A37 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+26A37.

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!