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

What is Unicode character 𧪟?

The Unicode character 𧪟 U+27A9F 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+27A9F.

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!