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

What is Unicode character 𦔷?

The Unicode character 𦔷 U+26537 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+26537.

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!