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

What is Unicode character 𢣪?

The Unicode character 𢣪 U+228EA 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+228EA.

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!