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

What is Unicode character 𭔖?

The Unicode character 𭔖 U+2D516 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+2D516.

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!