Unicode Finder

"訽" U+8A3D(CJK UNIFIED IDEOGRAPH-8A3D)

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

Programming

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

Web

CSS
\008A3D
HtmlDecimal
訽
HtmlHexadecimal
訽
Url
%E8%A8%BD

Code

MD5
53bdaafa3e824ea39f5555858857e171
Sha1
d9562f56d7f6ad56fca1d7248fa5785668c559e7
Base64
6Ki9

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8A3D';
console.log(char);  // Output: 訽

Java:

char c = '\u8A3D';
System.out.println(c);  // Output: 訽

JSON:

{"text": "\u8A3D"}  // Value: 訽

Python:

char = '\u8A3D'
print(char)  # Output: 訽

Perl:

my $char = "\x{8A3D}";
print $char;  # Output: 訽

PHP:

$char = "\x{8A3D}";
echo $char;  // Output: 訽

Ruby:

char = "\u{8A3D}"
puts char  # Output: 訽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35389;</p>  <!-- Display: 訽 -->

HTML Hexadecimal:

<p>HTML hex: &#x8A3D;</p>  <!-- Display: 訽 -->

URL Encoding:

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

Encodings

MD5:

53bdaafa3e824ea39f5555858857e171

SHA1:

d9562f56d7f6ad56fca1d7248fa5785668c559e7

Base64:

6Ki9