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>&#160557;</p>
📋
CSS .selector { content: '\2732D' };
📋
JS var unicodeA = '\u2732D ';
📋
CPP char unicodeA = ' \u2732D ';
📋
Java char unicodeA = '\u2732D';
📋
Python unicodeA = '\u2732D'
📋

What is Unicode character 𧌭?

The Unicode character 𧌭 U+2732D 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+2732D.

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!