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

What is Unicode character 𰐍?

The Unicode character 𰐍 U+3040D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+3040D.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!