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

What is Unicode character 𨶍?

The Unicode character 𨶍 U+28D8D 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+28D8D.

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!