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

What is Unicode character 𬄵?

The Unicode character 𬄵 U+2C135 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+2C135.

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!