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

What is Unicode character 𦰶?

The Unicode character 𦰶 U+26C36 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+26C36.

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!