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

What is Unicode character 𨰭?

The Unicode character 𨰭 U+28C2D 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+28C2D.

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!