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

What is Unicode character 𢯗?

The Unicode character 𢯗 U+22BD7 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+22BD7.

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!