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

What is Unicode character 𢌌?

The Unicode character 𢌌 U+2230C 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+2230C.

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!