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

What is Unicode character 𣏝?

The Unicode character 𣏝 U+233DD 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+233DD.

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!