Unicode Finder

"誽" U+8ABD(CJK UNIFIED IDEOGRAPH-8ABD)

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

Programming

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

Web

CSS
\008ABD
HtmlDecimal
誽
HtmlHexadecimal
誽
Url
%E8%AA%BD

Code

MD5
f3c096520cabf64c7c20030d0b24eb0f
Sha1
f9a094d98f9a838fe4a6fd6475b61f244719d150
Base64
6Kq9

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8ABD';
console.log(char);  // Output: 誽

Java:

char c = '\u8ABD';
System.out.println(c);  // Output: 誽

JSON:

{"text": "\u8ABD"}  // Value: 誽

Python:

char = '\u8ABD'
print(char)  # Output: 誽

Perl:

my $char = "\x{8ABD}";
print $char;  # Output: 誽

PHP:

$char = "\x{8ABD}";
echo $char;  // Output: 誽

Ruby:

char = "\u{8ABD}"
puts char  # Output: 誽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35517;</p>  <!-- Display: 誽 -->

HTML Hexadecimal:

<p>HTML hex: &#x8ABD;</p>  <!-- Display: 誽 -->

URL Encoding:

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

Encodings

MD5:

f3c096520cabf64c7c20030d0b24eb0f

SHA1:

f9a094d98f9a838fe4a6fd6475b61f244719d150

Base64:

6Kq9