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>&#181813;</p>
📋
CSS .selector { content: '\2C635' };
📋
JS var unicodeA = '\u2C635 ';
📋
CPP char unicodeA = ' \u2C635 ';
📋
Java char unicodeA = '\u2C635';
📋
Python unicodeA = '\u2C635'
📋

What is Unicode character 𬘵?

The Unicode character 𬘵 U+2C635 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C635.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!