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

What is Unicode character 𢝈?

The Unicode character 𢝈 U+22748 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+22748.

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!