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

What is Unicode character 𢢤?

The Unicode character 𢢤 U+228A4 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+228A4.

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!