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

What is Unicode character 𢼏?

The Unicode character 𢼏 U+22F0F 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+22F0F.

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!