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

What is Unicode character 𨰓?

The Unicode character 𨰓 U+28C13 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+28C13.

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!