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

What is Unicode character 𦜟?

The Unicode character 𦜟 U+2671F 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+2671F.

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!