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

What is Unicode character 𨻖?

The Unicode character 𨻖 U+28ED6 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+28ED6.

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!