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

What is Unicode character 𢍃?

The Unicode character 𢍃 U+22343 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+22343.

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!