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

What is Unicode character 𦍜?

The Unicode character 𦍜 U+2635C 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+2635C.

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!