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

What is Unicode character 𨑈?

The Unicode character 𨑈 U+28448 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+28448.

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!