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

What is Unicode character 𢜓?

The Unicode character 𢜓 U+22713 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+22713.

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!