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

What is Unicode character 𣓹?

The Unicode character 𣓹 U+234F9 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+234F9.

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!