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>&#199483;</p>
📋
CSS .selector { content: '\30B3B' };
📋
JS var unicodeA = '\u30B3B ';
📋
CPP char unicodeA = ' \u30B3B ';
📋
Java char unicodeA = '\u30B3B';
📋
Python unicodeA = '\u30B3B'
📋

What is Unicode character 𰬻?

The Unicode character 𰬻 U+30B3B 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+30B3B.

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!