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

What is Unicode character 𢬌?

The Unicode character 𢬌 U+22B0C 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+22B0C.

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!