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>&#165165;</p>
📋
CSS .selector { content: '\2852D' };
📋
JS var unicodeA = '\u2852D ';
📋
CPP char unicodeA = ' \u2852D ';
📋
Java char unicodeA = '\u2852D';
📋
Python unicodeA = '\u2852D'
📋

What is Unicode character 𨔭?

The Unicode character 𨔭 U+2852D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2852D.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!