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

What is Unicode character 𨩟?

The Unicode character 𨩟 U+28A5F 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+28A5F.

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!