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

What is Unicode character 𢼟?

The Unicode character 𢼟 U+22F1F 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+22F1F.

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!