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

What is Unicode character 𦍞?

The Unicode character 𦍞 U+2635E 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+2635E.

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!