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

What is Unicode character 𭔬?

The Unicode character 𭔬 U+2D52C 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+2D52C.

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!