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

What is Unicode character 𦑁?

The Unicode character 𦑁 U+26441 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+26441.

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!