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>&#164955;</p>
📋
CSS .selector { content: '\2845B' };
📋
JS var unicodeA = '\u2845B ';
📋
CPP char unicodeA = ' \u2845B ';
📋
Java char unicodeA = '\u2845B';
📋
Python unicodeA = '\u2845B'
📋

What is Unicode character 𨑛?

The Unicode character 𨑛 U+2845B is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2845B.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!