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

What is Unicode character 𢜅?

The Unicode character 𢜅 U+22705 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+22705.

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!