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

What is Unicode character 𢼬?

The Unicode character 𢼬 U+22F2C 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+22F2C.

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!