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

What is Unicode character 𢚕?

The Unicode character 𢚕 U+22695 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+22695.

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!