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

What is Unicode character 𦍚?

The Unicode character 𦍚 U+2635A 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+2635A.

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!