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

What is Unicode character 𦰻?

The Unicode character 𦰻 U+26C3B 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+26C3B.

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!