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

What is Unicode character 𢏄?

The Unicode character 𢏄 U+223C4 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+223C4.

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!