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

What is Unicode character 𭌲?

The Unicode character 𭌲 U+2D332 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+2D332.

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!