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

What is Unicode character 𢖘?

The Unicode character 𢖘 U+22598 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+22598.

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!