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

What is Unicode character 𢘦?

The Unicode character 𢘦 U+22626 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+22626.

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!