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

What is Unicode character 𧵹?

The Unicode character 𧵹 U+27D79 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+27D79.

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!