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

What is Unicode character 𣓝?

The Unicode character 𣓝 U+234DD 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+234DD.

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!