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

What is Unicode character 𢖒?

The Unicode character 𢖒 U+22592 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+22592.

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!