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

What is Unicode character 𢝆?

The Unicode character 𢝆 U+22746 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+22746.

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!