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

What is Unicode character 𢣗?

The Unicode character 𢣗 U+228D7 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+228D7.

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!