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

What is Unicode character 𢰓?

The Unicode character 𢰓 U+22C13 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+22C13.

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!