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

What is Unicode character 𣏾?

The Unicode character 𣏾 U+233FE 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+233FE.

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!