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

What is Unicode character 𦀶?

The Unicode character 𦀶 U+26036 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+26036.

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!