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

What is Unicode character 𬑛?

The Unicode character 𬑛 U+2C45B 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+2C45B.

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!