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

What is Unicode character 𨌃?

The Unicode character 𨌃 U+28303 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+28303.

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!