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

What is Unicode character 𨳃?

The Unicode character 𨳃 U+28CC3 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+28CC3.

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!