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

What is Unicode character 𬹉?

The Unicode character 𬹉 U+2CE49 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+2CE49.

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!