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

What is Unicode character 𦍪?

The Unicode character 𦍪 U+2636A 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+2636A.

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!