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

What is Unicode character 𦔫?

The Unicode character 𦔫 U+2652B 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+2652B.

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!