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

What is Unicode character 𬎭?

The Unicode character 𬎭 U+2C3AD 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+2C3AD.

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!