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

What is Unicode character 𦌖?

The Unicode character 𦌖 U+26316 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+26316.

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!