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

What is Unicode character 𣓨?

The Unicode character 𣓨 U+234E8 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+234E8.

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!