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

What is Unicode character 𢝅?

The Unicode character 𢝅 U+22745 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+22745.

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!