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

What is Unicode character 𢬇?

The Unicode character 𢬇 U+22B07 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+22B07.

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!