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

What is Unicode character 𧵡?

The Unicode character 𧵡 U+27D61 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+27D61.

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!