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

What is Unicode character 𨯑?

The Unicode character 𨯑 U+28BD1 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+28BD1.

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!