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

What is Unicode character 𣰃?

The Unicode character 𣰃 U+23C03 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+23C03.

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!