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

What is Unicode character 𨌆?

The Unicode character 𨌆 U+28306 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+28306.

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!