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

What is Unicode character 𧚬?

The Unicode character 𧚬 U+276AC 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+276AC.

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!