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

What is Unicode character 𰂵?

The Unicode character 𰂵 U+300B5 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+300B5.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!