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

What is Unicode character 𭔣?

The Unicode character 𭔣 U+2D523 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+2D523.

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!