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

What is Unicode character 𣎼?

The Unicode character 𣎼 U+233BC 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+233BC.

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!