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

What is Unicode character 𭔑?

The Unicode character 𭔑 U+2D511 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+2D511.

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!