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

What is Unicode character 𦍟?

The Unicode character 𦍟 U+2635F 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+2635F.

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!