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

What is Unicode character 𨷖?

The Unicode character 𨷖 U+28DD6 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+28DD6.

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!