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

What is Unicode character 𢣄?

The Unicode character 𢣄 U+228C4 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+228C4.

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!