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

What is Unicode character 𦆣?

The Unicode character 𦆣 U+261A3 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+261A3.

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!