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

What is Unicode character 𬑁?

The Unicode character 𬑁 U+2C441 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+2C441.

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!