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

What is Unicode character 𢖆?

The Unicode character 𢖆 U+22586 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+22586.

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!