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

What is Unicode character 𢾏?

The Unicode character 𢾏 U+22F8F 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+22F8F.

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!