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

What is Unicode character 𢻅?

The Unicode character 𢻅 U+22EC5 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+22EC5.

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!