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

What is Unicode character 𨔪?

The Unicode character 𨔪 U+2852A 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+2852A.

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!