Unicode Finder

"諐" U+8AD0(CJK UNIFIED IDEOGRAPH-8AD0)

U+8AD0
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-8AD0

Programming

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

Web

CSS
\008AD0
HtmlDecimal
諐
HtmlHexadecimal
諐
Url
%E8%AB%90

Code

MD5
fcae39753c2528412d30722b92344fc9
Sha1
a7bb069f30e6c245edf3973ee492a068dd410995
Base64
6KuQ

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8AD0';
console.log(char);  // Output: 諐

Java:

char c = '\u8AD0';
System.out.println(c);  // Output: 諐

JSON:

{"text": "\u8AD0"}  // Value: 諐

Python:

char = '\u8AD0'
print(char)  # Output: 諐

Perl:

my $char = "\x{8AD0}";
print $char;  # Output: 諐

PHP:

$char = "\x{8AD0}";
echo $char;  // Output: 諐

Ruby:

char = "\u{8AD0}"
puts char  # Output: 諐

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35536;</p>  <!-- Display: 諐 -->

HTML Hexadecimal:

<p>HTML hex: &#x8AD0;</p>  <!-- Display: 諐 -->

URL Encoding:

// 諐 URL encoding
https://unicodefinder.com/search.php?query=%E8%AB%90

Encodings

MD5:

fcae39753c2528412d30722b92344fc9

SHA1:

a7bb069f30e6c245edf3973ee492a068dd410995

Base64:

6KuQ