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

What is Unicode character 𭌃?

The Unicode character 𭌃 U+2D303 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+2D303.

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!