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

What is Unicode character 𢎤?

The Unicode character 𢎤 U+223A4 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+223A4.

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!