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

What is Unicode character 𨰕?

The Unicode character 𨰕 U+28C15 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+28C15.

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!