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

What is Unicode character 𨯗?

The Unicode character 𨯗 U+28BD7 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+28BD7.

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!