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

What is Unicode character 𢔫?

The Unicode character 𢔫 U+2252B 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+2252B.

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!