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

What is Unicode character 𢑁?

The Unicode character 𢑁 U+22441 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+22441.

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!