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

What is Unicode character 𢍣?

The Unicode character 𢍣 U+22363 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+22363.

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!