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

What is Unicode character 𢬍?

The Unicode character 𢬍 U+22B0D 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+22B0D.

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!