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

What is Unicode character 𧄢?

The Unicode character 𧄢 U+27122 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+27122.

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!