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

What is Unicode character 𨪟?

The Unicode character 𨪟 U+28A9F 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+28A9F.

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!