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

What is Unicode character 𨌐?

The Unicode character 𨌐 U+28310 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+28310.

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!