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

What is Unicode character 𢣤?

The Unicode character 𢣤 U+228E4 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+228E4.

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!