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>&#142327;</p>
📋
CSS .selector { content: '\22BF7' };
📋
JS var unicodeA = '\u22BF7 ';
📋
CPP char unicodeA = ' \u22BF7 ';
📋
Java char unicodeA = '\u22BF7';
📋
Python unicodeA = '\u22BF7'
📋

What is Unicode character 𢯷?

The Unicode character 𢯷 U+22BF7 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+22BF7.

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!