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

What is Unicode character 𨶬?

The Unicode character 𨶬 U+28DAC 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+28DAC.

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!