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

What is Unicode character 𣌃?

The Unicode character 𣌃 U+23303 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+23303.

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!