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

What is Unicode character 𬐑?

The Unicode character 𬐑 U+2C411 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+2C411.

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!