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

What is Unicode character 𢚙?

The Unicode character 𢚙 U+22699 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+22699.

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!