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

What is Unicode character 𨇎?

The Unicode character 𨇎 U+281CE 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+281CE.

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!