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

What is Unicode character 𦒬?

The Unicode character 𦒬 U+264AC 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+264AC.

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!