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

What is Unicode character 𢎅?

The Unicode character 𢎅 U+22385 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+22385.

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!