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

What is Unicode character 𨎙?

The Unicode character 𨎙 U+28399 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+28399.

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!