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

What is Unicode character 𦻃?

The Unicode character 𦻃 U+26EC3 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+26EC3.

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!