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

What is Unicode character 𨒖?

The Unicode character 𨒖 U+28496 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+28496.

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!