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

What is Unicode character 𢜰?

The Unicode character 𢜰 U+22730 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+22730.

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!