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

What is Unicode character 𣣝?

The Unicode character 𣣝 U+238DD 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+238DD.

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!