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

What is Unicode character 𢴓?

The Unicode character 𢴓 U+22D13 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+22D13.

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!