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

What is Unicode character 𢔪?

The Unicode character 𢔪 U+2252A 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+2252A.

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!