Unicode Finder

"挸" U+6338(CJK UNIFIED IDEOGRAPH-6338)

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

Programming

C
\u6338
JavaScript
\u6338
Java
\u6338
Json
\u6338
Python
\u6338
Perl
\x{6338}
PHP
\x{6338}
Ruby
\u{6338}
Rust
\u{6338}
Go
\u6338

Web

CSS
\006338
HtmlDecimal
挸
HtmlHexadecimal
挸
Url
%E6%8C%B8

Code

MD5
423353d357482c1d7af17ed09f5cc05d
Sha1
6245347ca770d0fc6c045edad7a622a57518f6b4
Base64
5oy4

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6338';
console.log(char);  // Output: 挸

Java:

char c = '\u6338';
System.out.println(c);  // Output: 挸

JSON:

{"text": "\u6338"}  // Value: 挸

Python:

char = '\u6338'
print(char)  # Output: 挸

Perl:

my $char = "\x{6338}";
print $char;  # Output: 挸

PHP:

$char = "\x{6338}";
echo $char;  // Output: 挸

Ruby:

char = "\u{6338}"
puts char  # Output: 挸

Rust:

let c = '\u{6338}';
println!("{}", c);  // Output: 挸

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006338";  /* Display: 挸 */
}

HTML Decimal:

<p>HTML decimal: &#25400;</p>  <!-- Display: 挸 -->

HTML Hexadecimal:

<p>HTML hex: &#x6338;</p>  <!-- Display: 挸 -->

URL Encoding:

// 挸 URL encoding
https://unicodefinder.com/search.php?query=%E6%8C%B8

Encodings

MD5:

423353d357482c1d7af17ed09f5cc05d

SHA1:

6245347ca770d0fc6c045edad7a622a57518f6b4

Base64:

5oy4