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

What is Unicode character 𨬼?

The Unicode character 𨬼 U+28B3C 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+28B3C.

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!