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

What is Unicode character 𬔳?

The Unicode character 𬔳 U+2C533 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+2C533.

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!