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

What is Unicode character 𨰿?

The Unicode character 𨰿 U+28C3F 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+28C3F.

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!