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

What is Unicode character 𢐍?

The Unicode character 𢐍 U+2240D 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+2240D.

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!