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

What is Unicode character 𦘶?

The Unicode character 𦘶 U+26636 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+26636.

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!