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

What is Unicode character 𭔙?

The Unicode character 𭔙 U+2D519 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+2D519.

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!