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

What is Unicode character 𢣷?

The Unicode character 𢣷 U+228F7 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+228F7.

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!