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

What is Unicode character 𬤟?

The Unicode character 𬤟 U+2C91F 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+2C91F.

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!