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

What is Unicode character 𢔯?

The Unicode character 𢔯 U+2252F 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+2252F.

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!