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

What is Unicode character 𢢷?

The Unicode character 𢢷 U+228B7 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+228B7.

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!