Unicode Finder

"蒺" U+84BA(CJK UNIFIED IDEOGRAPH-84BA)

U+84BA
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-84BA

Programming

C
\u84BA
JavaScript
\u84BA
Java
\u84BA
Json
\u84BA
Python
\u84BA
Perl
\x{84BA}
PHP
\x{84BA}
Ruby
\u{84BA}
Rust
\u{84BA}
Go
\u84BA

Web

CSS
\0084BA
HtmlDecimal
蒺
HtmlHexadecimal
蒺
Url
%E8%92%BA

Code

MD5
df2ebb268a667e961a0909582c3289eb
Sha1
4ab7446f146279f15bf9f231959ddae46ade20da
Base64
6JK6

使用範例

Programming Languages

C:

char c = '\u84BA';
printf("%c\n", c);  // Output: 蒺

JavaScript:

const char = '\u84BA';
console.log(char);  // Output: 蒺

Java:

char c = '\u84BA';
System.out.println(c);  // Output: 蒺

JSON:

{"text": "\u84BA"}  // Value: 蒺

Python:

char = '\u84BA'
print(char)  # Output: 蒺

Perl:

my $char = "\x{84BA}";
print $char;  # Output: 蒺

PHP:

$char = "\x{84BA}";
echo $char;  // Output: 蒺

Ruby:

char = "\u{84BA}"
puts char  # Output: 蒺

Rust:

let c = '\u{84BA}';
println!("{}", c);  // Output: 蒺

Go:

char := '\u84BA'
fmt.Printf("%c\n", char)  // Output: 蒺

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0084BA";  /* Display: 蒺 */
}

HTML Decimal:

<p>HTML decimal: &#33978;</p>  <!-- Display: 蒺 -->

HTML Hexadecimal:

<p>HTML hex: &#x84BA;</p>  <!-- Display: 蒺 -->

URL Encoding:

// 蒺 URL encoding
https://unicodefinder.com/search.php?query=%E8%92%BA

Encodings

MD5:

df2ebb268a667e961a0909582c3289eb

SHA1:

4ab7446f146279f15bf9f231959ddae46ade20da

Base64:

6JK6