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

What is Unicode character 𭔅?

The Unicode character 𭔅 U+2D505 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+2D505.

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!