Unicode Finder

"贸" U+8D38(CJK UNIFIED IDEOGRAPH-8D38)

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

Programming

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

Web

CSS
\008D38
HtmlDecimal
贸
HtmlHexadecimal
贸
Url
%E8%B4%B8

Code

MD5
deabcadd357150b9ef1a7df3ec9e871b
Sha1
16a3c6a7bf6a5f928e35bb4b1de7e5b7647328f0
Base64
6LS4

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8D38';
console.log(char);  // Output: 贸

Java:

char c = '\u8D38';
System.out.println(c);  // Output: 贸

JSON:

{"text": "\u8D38"}  // Value: 贸

Python:

char = '\u8D38'
print(char)  # Output: 贸

Perl:

my $char = "\x{8D38}";
print $char;  # Output: 贸

PHP:

$char = "\x{8D38}";
echo $char;  // Output: 贸

Ruby:

char = "\u{8D38}"
puts char  # Output: 贸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#36152;</p>  <!-- Display: 贸 -->

HTML Hexadecimal:

<p>HTML hex: &#x8D38;</p>  <!-- Display: 贸 -->

URL Encoding:

// 贸 URL encoding
https://unicodefinder.com/search.php?query=%E8%B4%B8

Encodings

MD5:

deabcadd357150b9ef1a7df3ec9e871b

SHA1:

16a3c6a7bf6a5f928e35bb4b1de7e5b7647328f0

Base64:

6LS4