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

What is Unicode character 𦨶?

The Unicode character 𦨶 U+26A36 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+26A36.

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!