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>&#163598;</p>
📋
CSS .selector { content: '\27F0E' };
📋
JS var unicodeA = '\u27F0E ';
📋
CPP char unicodeA = ' \u27F0E ';
📋
Java char unicodeA = '\u27F0E';
📋
Python unicodeA = '\u27F0E'
📋

What is Unicode character 𧼎?

The Unicode character 𧼎 U+27F0E 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+27F0E.

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!