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

What is Unicode character 𨳍?

The Unicode character 𨳍 U+28CCD 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+28CCD.

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!