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

What is Unicode character 𰯍?

The Unicode character 𰯍 U+30BCD 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+30BCD.

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!