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

What is Unicode character 𨐍?

The Unicode character 𨐍 U+2840D 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+2840D.

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!