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>&#141288;</p>
📋
CSS .selector { content: '\227E8' };
📋
JS var unicodeA = '\u227E8 ';
📋
CPP char unicodeA = ' \u227E8 ';
📋
Java char unicodeA = '\u227E8';
📋
Python unicodeA = '\u227E8'
📋

What is Unicode character 𢟨?

The Unicode character 𢟨 U+227E8 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+227E8.

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!