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

What is Unicode character 𨲬?

The Unicode character 𨲬 U+28CAC 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+28CAC.

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!