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

What is Unicode character 𨰼?

The Unicode character 𨰼 U+28C3C 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+28C3C.

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!