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

What is Unicode character 𢍇?

The Unicode character 𢍇 U+22347 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+22347.

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!