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

What is Unicode character 𨑁?

The Unicode character 𨑁 U+28441 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+28441.

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!