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

What is Unicode character 𧔬?

The Unicode character 𧔬 U+2752C 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+2752C.

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!