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

What is Unicode character 𨮟?

The Unicode character 𨮟 U+28B9F 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+28B9F.

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!