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

What is Unicode character 𣓓?

The Unicode character 𣓓 U+234D3 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+234D3.

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!