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

What is Unicode character 𣎰?

The Unicode character 𣎰 U+233B0 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+233B0.

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!