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

What is Unicode character 𢚑?

The Unicode character 𢚑 U+22691 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+22691.

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!