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

What is Unicode character 𧚦?

The Unicode character 𧚦 U+276A6 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+276A6.

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!