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

What is Unicode character 𢖙?

The Unicode character 𢖙 U+22599 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+22599.

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!