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

What is Unicode character 𨶦?

The Unicode character 𨶦 U+28DA6 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+28DA6.

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!