Unicode Finder

"詻" U+8A7B(CJK UNIFIED IDEOGRAPH-8A7B)

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

Programming

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

Web

CSS
\008A7B
HtmlDecimal
詻
HtmlHexadecimal
詻
Url
%E8%A9%BB

Code

MD5
025cecc4d9ee3fa39f6cf07836a705f5
Sha1
ea5c41b6adee1bd0fc27778149528c420854eb82
Base64
6Km7

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8A7B';
console.log(char);  // Output: 詻

Java:

char c = '\u8A7B';
System.out.println(c);  // Output: 詻

JSON:

{"text": "\u8A7B"}  // Value: 詻

Python:

char = '\u8A7B'
print(char)  # Output: 詻

Perl:

my $char = "\x{8A7B}";
print $char;  # Output: 詻

PHP:

$char = "\x{8A7B}";
echo $char;  // Output: 詻

Ruby:

char = "\u{8A7B}"
puts char  # Output: 詻

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35451;</p>  <!-- Display: 詻 -->

HTML Hexadecimal:

<p>HTML hex: &#x8A7B;</p>  <!-- Display: 詻 -->

URL Encoding:

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

Encodings

MD5:

025cecc4d9ee3fa39f6cf07836a705f5

SHA1:

ea5c41b6adee1bd0fc27778149528c420854eb82

Base64:

6Km7