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

What is Unicode character 𣏎?

The Unicode character 𣏎 U+233CE 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+233CE.

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!