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

What is Unicode character 𢑈?

The Unicode character 𢑈 U+22448 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+22448.

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!