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

What is Unicode character 𣎿?

The Unicode character 𣎿 U+233BF 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+233BF.

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!