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

What is Unicode character 𬐍?

The Unicode character 𬐍 U+2C40D 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+2C40D.

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!