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

What is Unicode character 𢕅?

The Unicode character 𢕅 U+22545 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+22545.

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!