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

What is Unicode character 𢘣?

The Unicode character 𢘣 U+22623 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+22623.

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!