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

What is Unicode character 𨰑?

The Unicode character 𨰑 U+28C11 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+28C11.

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!