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

What is Unicode character 𢖖?

The Unicode character 𢖖 U+22596 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+22596.

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!