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

What is Unicode character 𭐎?

The Unicode character 𭐎 U+2D40E 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+2D40E.

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!