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

What is Unicode character 𣗬?

The Unicode character 𣗬 U+235EC 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+235EC.

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!