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

What is Unicode character 𢌍?

The Unicode character 𢌍 U+2230D 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+2230D.

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!