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

What is Unicode character 𢬐?

The Unicode character 𢬐 U+22B10 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+22B10.

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!