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

What is Unicode character 𣬃?

The Unicode character 𣬃 U+23B03 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+23B03.

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!