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

What is Unicode character 𨘐?

The Unicode character 𨘐 U+28610 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+28610.

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!