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

What is Unicode character 𢦓?

The Unicode character 𢦓 U+22993 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+22993.

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!