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

What is Unicode character 𢯇?

The Unicode character 𢯇 U+22BC7 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+22BC7.

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!