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

What is Unicode character 𢨸?

The Unicode character 𢨸 U+22A38 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+22A38.

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!