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

What is Unicode character 𢤓?

The Unicode character 𢤓 U+22913 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+22913.

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!