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

What is Unicode character 𢙣?

The Unicode character 𢙣 U+22663 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+22663.

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!