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

What is Unicode character 𢣬?

The Unicode character 𢣬 U+228EC 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+228EC.

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!