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

What is Unicode character 𦌔?

The Unicode character 𦌔 U+26314 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+26314.

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!