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

What is Unicode character 𢖓?

The Unicode character 𢖓 U+22593 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+22593.

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!