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

What is Unicode character 𢔬?

The Unicode character 𢔬 U+2252C 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+2252C.

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!