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

What is Unicode character 𧐍?

The Unicode character 𧐍 U+2740D 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+2740D.

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!