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

What is Unicode character 𣨃?

The Unicode character 𣨃 U+23A03 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+23A03.

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!