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

What is Unicode character 𢜔?

The Unicode character 𢜔 U+22714 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+22714.

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!