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

What is Unicode character 𨬧?

The Unicode character 𨬧 U+28B27 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+28B27.

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!