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

What is Unicode character 𢚅?

The Unicode character 𢚅 U+22685 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+22685.

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!