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

What is Unicode character 𢮏?

The Unicode character 𢮏 U+22B8F 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+22B8F.

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!