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

What is Unicode character 𨯝?

The Unicode character 𨯝 U+28BDD 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+28BDD.

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!