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

What is Unicode character 𢟸?

The Unicode character 𢟸 U+227F8 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+227F8.

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!