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>&#144700;</p>
📋
CSS .selector { content: '\2353C' };
📋
JS var unicodeA = '\u2353C ';
📋
CPP char unicodeA = ' \u2353C ';
📋
Java char unicodeA = '\u2353C';
📋
Python unicodeA = '\u2353C'
📋

What is Unicode character 𣔼?

The Unicode character 𣔼 U+2353C 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+2353C.

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!