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

What is Unicode character 𦼶?

The Unicode character 𦼶 U+26F36 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+26F36.

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!