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

What is Unicode character 𨜔?

The Unicode character 𨜔 U+28714 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+28714.

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!