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

What is Unicode character 𭔗?

The Unicode character 𭔗 U+2D517 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+2D517.

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!