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

What is Unicode character 𭐅?

The Unicode character 𭐅 U+2D405 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+2D405.

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!