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

What is Unicode character 𦷃?

The Unicode character 𦷃 U+26DC3 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+26DC3.

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!