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>&#144589;</p>
📋
CSS .selector { content: '\234CD' };
📋
JS var unicodeA = '\u234CD ';
📋
CPP char unicodeA = ' \u234CD ';
📋
Java char unicodeA = '\u234CD';
📋
Python unicodeA = '\u234CD'
📋

What is Unicode character 𣓍?

The Unicode character 𣓍 U+234CD 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+234CD.

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!