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

What is Unicode character 𦍝?

The Unicode character 𦍝 U+2635D 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+2635D.

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!