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

What is Unicode character 𢏔?

The Unicode character 𢏔 U+223D4 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+223D4.

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!