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

What is Unicode character 𣌍?

The Unicode character 𣌍 U+2330D 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+2330D.

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!