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

What is Unicode character 𨕆?

The Unicode character 𨕆 U+28546 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+28546.

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!