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

What is Unicode character 𦍯?

The Unicode character 𦍯 U+2636F 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+2636F.

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!