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

What is Unicode character 𣐍?

The Unicode character 𣐍 U+2340D 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+2340D.

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!