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

What is Unicode character 𣇬?

The Unicode character 𣇬 U+231EC 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+231EC.

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!