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

What is Unicode character 𨶌?

The Unicode character 𨶌 U+28D8C 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+28D8C.

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!