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

What is Unicode character 𧴟?

The Unicode character 𧴟 U+27D1F 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+27D1F.

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!