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>&#185357;</p>
📋
CSS .selector { content: '\2D40D' };
📋
JS var unicodeA = '\u2D40D ';
📋
CPP char unicodeA = ' \u2D40D ';
📋
Java char unicodeA = '\u2D40D';
📋
Python unicodeA = '\u2D40D'
📋

What is Unicode character 𭐍?

The Unicode character 𭐍 U+2D40D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2D40D.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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