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

What is Unicode character 𬤝?

The Unicode character 𬤝 U+2C91D 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+2C91D.

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!