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

What is Unicode character 𦍄?

The Unicode character 𦍄 U+26344 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+26344.

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!