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

What is Unicode character 𨇬?

The Unicode character 𨇬 U+281EC 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+281EC.

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!