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

What is Unicode character 𣎾?

The Unicode character 𣎾 U+233BE 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+233BE.

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!