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

What is Unicode character 𣀃?

The Unicode character 𣀃 U+23003 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+23003.

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!