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

What is Unicode character 𭌬?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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