Unicode Finder

"蓽" U+84FD(CJK UNIFIED IDEOGRAPH-84FD)

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

Programming

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

Web

CSS
\0084FD
HtmlDecimal
蓽
HtmlHexadecimal
蓽
Url
%E8%93%BD

Code

MD5
2f38451feb6fc1de7dc0cb571560e3f4
Sha1
9e404e5284142a3ecf293e708c6fe9bf36d80646
Base64
6JO9

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u84FD';
console.log(char);  // Output: 蓽

Java:

char c = '\u84FD';
System.out.println(c);  // Output: 蓽

JSON:

{"text": "\u84FD"}  // Value: 蓽

Python:

char = '\u84FD'
print(char)  # Output: 蓽

Perl:

my $char = "\x{84FD}";
print $char;  # Output: 蓽

PHP:

$char = "\x{84FD}";
echo $char;  // Output: 蓽

Ruby:

char = "\u{84FD}"
puts char  # Output: 蓽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#34045;</p>  <!-- Display: 蓽 -->

HTML Hexadecimal:

<p>HTML hex: &#x84FD;</p>  <!-- Display: 蓽 -->

URL Encoding:

// 蓽 URL encoding
https://unicodefinder.com/search.php?query=%E8%93%BD

Encodings

MD5:

2f38451feb6fc1de7dc0cb571560e3f4

SHA1:

9e404e5284142a3ecf293e708c6fe9bf36d80646

Base64:

6JO9