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

What is Unicode character 𣏬?

The Unicode character 𣏬 U+233EC 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+233EC.

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!