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

What is Unicode character 𢸓?

The Unicode character 𢸓 U+22E13 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+22E13.

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!