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

What is Unicode character 𢖔?

The Unicode character 𢖔 U+22594 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+22594.

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!