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

What is Unicode character 𦍭?

The Unicode character 𦍭 U+2636D 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+2636D.

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!