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

What is Unicode character 𣓬?

The Unicode character 𣓬 U+234EC 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+234EC.

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!