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

What is Unicode character 𢰸?

The Unicode character 𢰸 U+22C38 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+22C38.

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!