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

What is Unicode character 𦍛?

The Unicode character 𦍛 U+2635B 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+2635B.

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!