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

What is Unicode character 𨬕?

The Unicode character 𨬕 U+28B15 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+28B15.

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!