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

What is Unicode character 𨌀?

The Unicode character 𨌀 U+28300 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+28300.

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!