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

What is Unicode character 𦴟?

The Unicode character 𦴟 U+26D1F 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+26D1F.

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!