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

What is Unicode character 𨴼?

The Unicode character 𨴼 U+28D3C 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+28D3C.

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!