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

What is Unicode character 𢘶?

The Unicode character 𢘶 U+22636 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+22636.

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!