Unicode Finder

"詼" U+8A7C(CJK UNIFIED IDEOGRAPH-8A7C)

U+8A7C
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-8A7C

Programming

C
\u8A7C
JavaScript
\u8A7C
Java
\u8A7C
Json
\u8A7C
Python
\u8A7C
Perl
\x{8A7C}
PHP
\x{8A7C}
Ruby
\u{8A7C}
Rust
\u{8A7C}
Go
\u8A7C

Web

CSS
\008A7C
HtmlDecimal
詼
HtmlHexadecimal
詼
Url
%E8%A9%BC

Code

MD5
e09f9edaf88585081ff65f8432a48148
Sha1
1db5f3b1359232a8abc250b02f7fc1ddb79713ba
Base64
6Km8

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8A7C';
console.log(char);  // Output: 詼

Java:

char c = '\u8A7C';
System.out.println(c);  // Output: 詼

JSON:

{"text": "\u8A7C"}  // Value: 詼

Python:

char = '\u8A7C'
print(char)  # Output: 詼

Perl:

my $char = "\x{8A7C}";
print $char;  # Output: 詼

PHP:

$char = "\x{8A7C}";
echo $char;  // Output: 詼

Ruby:

char = "\u{8A7C}"
puts char  # Output: 詼

Rust:

let c = '\u{8A7C}';
println!("{}", c);  // Output: 詼

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008A7C";  /* Display: 詼 */
}

HTML Decimal:

<p>HTML decimal: &#35452;</p>  <!-- Display: 詼 -->

HTML Hexadecimal:

<p>HTML hex: &#x8A7C;</p>  <!-- Display: 詼 -->

URL Encoding:

// 詼 URL encoding
https://unicodefinder.com/search.php?query=%E8%A9%BC

Encodings

MD5:

e09f9edaf88585081ff65f8432a48148

SHA1:

1db5f3b1359232a8abc250b02f7fc1ddb79713ba

Base64:

6Km8