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

What is Unicode character 𭔝?

The Unicode character 𭔝 U+2D51D 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+2D51D.

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!