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

What is Unicode character 𣬀?

The Unicode character 𣬀 U+23B00 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+23B00.

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!