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

What is Unicode character 𣇎?

The Unicode character 𣇎 U+231CE 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+231CE.

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!