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

What is Unicode character 𢣎?

The Unicode character 𢣎 U+228CE 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+228CE.

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!