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

What is Unicode character 𢜦?

The Unicode character 𢜦 U+22726 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+22726.

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!