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

What is Unicode character 𢍈?

The Unicode character 𢍈 U+22348 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+22348.

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!