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

What is Unicode character 𨆙?

The Unicode character 𨆙 U+28199 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+28199.

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!