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

What is Unicode character 𢍆?

The Unicode character 𢍆 U+22346 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+22346.

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!