Unicode Finder

"蒾" U+84BE(CJK UNIFIED IDEOGRAPH-84BE)

U+84BE
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-84BE

Programming

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

Web

CSS
\0084BE
HtmlDecimal
蒾
HtmlHexadecimal
蒾
Url
%E8%92%BE

Code

MD5
ef21a3f3feb64f1ea78899a19a5e47aa
Sha1
e7f30e2722aac98e44461e2b1f43cd833523f095
Base64
6JK+

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u84BE';
console.log(char);  // Output: 蒾

Java:

char c = '\u84BE';
System.out.println(c);  // Output: 蒾

JSON:

{"text": "\u84BE"}  // Value: 蒾

Python:

char = '\u84BE'
print(char)  # Output: 蒾

Perl:

my $char = "\x{84BE}";
print $char;  # Output: 蒾

PHP:

$char = "\x{84BE}";
echo $char;  // Output: 蒾

Ruby:

char = "\u{84BE}"
puts char  # Output: 蒾

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#33982;</p>  <!-- Display: 蒾 -->

HTML Hexadecimal:

<p>HTML hex: &#x84BE;</p>  <!-- Display: 蒾 -->

URL Encoding:

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

Encodings

MD5:

ef21a3f3feb64f1ea78899a19a5e47aa

SHA1:

e7f30e2722aac98e44461e2b1f43cd833523f095

Base64:

6JK+