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

What is Unicode character 𣼃?

The Unicode character 𣼃 U+23F03 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+23F03.

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!