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

What is Unicode character 𦍫?

The Unicode character 𦍫 U+2636B 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+2636B.

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!