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

What is Unicode character 𢣈?

The Unicode character 𢣈 U+228C8 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+228C8.

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!