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

What is Unicode character 𣣎?

The Unicode character 𣣎 U+238CE 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+238CE.

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!