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

What is Unicode character 𣣍?

The Unicode character 𣣍 U+238CD 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+238CD.

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!