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

What is Unicode character 𢯧?

The Unicode character 𢯧 U+22BE7 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+22BE7.

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!