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

What is Unicode character 𧙹?

The Unicode character 𧙹 U+27679 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+27679.

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!