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

What is Unicode character 𢼼?

The Unicode character 𢼼 U+22F3C 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+22F3C.

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!