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

What is Unicode character 𢌣?

The Unicode character 𢌣 U+22323 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+22323.

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!