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

What is Unicode character 𣃝?

The Unicode character 𣃝 U+230DD 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+230DD.

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!