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

What is Unicode character 𨰍?

The Unicode character 𨰍 U+28C0D 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+28C0D.

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!