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

What is Unicode character 𦌴?

The Unicode character 𦌴 U+26334 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+26334.

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!