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

What is Unicode character 𨐖?

The Unicode character 𨐖 U+28416 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+28416.

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!