Unicode Finder

"詊" U+8A4A(CJK UNIFIED IDEOGRAPH-8A4A)

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

Programming

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

Web

CSS
\008A4A
HtmlDecimal
詊
HtmlHexadecimal
詊
Url
%E8%A9%8A

Code

MD5
167608f4769c1638f6e2b24c9c906a23
Sha1
52f8d718628ed492d58d9419c5ceb275fa744eee
Base64
6KmK

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8A4A';
console.log(char);  // Output: 詊

Java:

char c = '\u8A4A';
System.out.println(c);  // Output: 詊

JSON:

{"text": "\u8A4A"}  // Value: 詊

Python:

char = '\u8A4A'
print(char)  # Output: 詊

Perl:

my $char = "\x{8A4A}";
print $char;  # Output: 詊

PHP:

$char = "\x{8A4A}";
echo $char;  // Output: 詊

Ruby:

char = "\u{8A4A}"
puts char  # Output: 詊

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35402;</p>  <!-- Display: 詊 -->

HTML Hexadecimal:

<p>HTML hex: &#x8A4A;</p>  <!-- Display: 詊 -->

URL Encoding:

// 詊 URL encoding
https://unicodefinder.com/search.php?query=%E8%A9%8A

Encodings

MD5:

167608f4769c1638f6e2b24c9c906a23

SHA1:

52f8d718628ed492d58d9419c5ceb275fa744eee

Base64:

6KmK