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

What is Unicode character 𢣔?

The Unicode character 𢣔 U+228D4 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+228D4.

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!