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>&#176940;</p>
📋
CSS .selector { content: '\2B32C' };
📋
JS var unicodeA = '\u2B32C ';
📋
CPP char unicodeA = ' \u2B32C ';
📋
Java char unicodeA = '\u2B32C';
📋
Python unicodeA = '\u2B32C'
📋

What is Unicode character 𫌬?

The Unicode character 𫌬 U+2B32C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B32C.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!