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

What is Unicode character 𨯟?

The Unicode character 𨯟 U+28BDF 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+28BDF.

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!