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

What is Unicode character 𬒝?

The Unicode character 𬒝 U+2C49D 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+2C49D.

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!