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

What is Unicode character 𧍶?

The Unicode character 𧍶 U+27376 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+27376.

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!