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

What is Unicode character 𢼯?

The Unicode character 𢼯 U+22F2F 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+22F2F.

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!