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

What is Unicode character 𰑁?

The Unicode character 𰑁 U+30441 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+30441.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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