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

What is Unicode character 𧍹?

The Unicode character 𧍹 U+27379 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+27379.

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!