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

What is Unicode character 𦍉?

The Unicode character 𦍉 U+26349 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+26349.

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!