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

What is Unicode character 𡐍?

The Unicode character 𡐍 U+2140D 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+2140D.

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!