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

What is Unicode character 𦔯?

The Unicode character 𦔯 U+2652F 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+2652F.

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!