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

What is Unicode character 𨕈?

The Unicode character 𨕈 U+28548 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+28548.

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!