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

What is Unicode character 𢼪?

The Unicode character 𢼪 U+22F2A 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+22F2A.

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!