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

What is Unicode character 𨌅?

The Unicode character 𨌅 U+28305 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+28305.

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!