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

What is Unicode character 𦬶?

The Unicode character 𦬶 U+26B36 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+26B36.

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!