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

What is Unicode character 𢼌?

The Unicode character 𢼌 U+22F0C 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+22F0C.

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!