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

What is Unicode character 𣎻?

The Unicode character 𣎻 U+233BB 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+233BB.

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!