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

What is Unicode character 𦫃?

The Unicode character 𦫃 U+26AC3 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+26AC3.

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!