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>&#169260;</p>
📋
CSS .selector { content: '\2952C' };
📋
JS var unicodeA = '\u2952C ';
📋
CPP char unicodeA = ' \u2952C ';
📋
Java char unicodeA = '\u2952C';
📋
Python unicodeA = '\u2952C'
📋

What is Unicode character 𩔬?

The Unicode character 𩔬 U+2952C 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+2952C.

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!