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>&#140042;</p>
📋
CSS .selector { content: '\2230A' };
📋
JS var unicodeA = '\u2230A ';
📋
CPP char unicodeA = ' \u2230A ';
📋
Java char unicodeA = '\u2230A';
📋
Python unicodeA = '\u2230A'
📋

What is Unicode character 𢌊?

The Unicode character 𢌊 U+2230A 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+2230A.

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!