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

What is Unicode character 𢔭?

The Unicode character 𢔭 U+2252D 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+2252D.

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!