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

What is Unicode character 𨯭?

The Unicode character 𨯭 U+28BED 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+28BED.

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!