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

What is Unicode character 𢬎?

The Unicode character 𢬎 U+22B0E 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+22B0E.

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!