Unicode Finder

"掆" U+6386(CJK UNIFIED IDEOGRAPH-6386)

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

Programming

C
\u6386
JavaScript
\u6386
Java
\u6386
Json
\u6386
Python
\u6386
Perl
\x{6386}
PHP
\x{6386}
Ruby
\u{6386}
Rust
\u{6386}
Go
\u6386

Web

CSS
\006386
HtmlDecimal
掆
HtmlHexadecimal
掆
Url
%E6%8E%86

Code

MD5
e9e0376bd1ee4f7d80e400ccd70624a4
Sha1
3c952aa7b0c9372188853a24578031cb0939e4a3
Base64
5o6G

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6386';
console.log(char);  // Output: 掆

Java:

char c = '\u6386';
System.out.println(c);  // Output: 掆

JSON:

{"text": "\u6386"}  // Value: 掆

Python:

char = '\u6386'
print(char)  # Output: 掆

Perl:

my $char = "\x{6386}";
print $char;  # Output: 掆

PHP:

$char = "\x{6386}";
echo $char;  // Output: 掆

Ruby:

char = "\u{6386}"
puts char  # Output: 掆

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006386";  /* Display: 掆 */
}

HTML Decimal:

<p>HTML decimal: &#25478;</p>  <!-- Display: 掆 -->

HTML Hexadecimal:

<p>HTML hex: &#x6386;</p>  <!-- Display: 掆 -->

URL Encoding:

// 掆 URL encoding
https://unicodefinder.com/search.php?query=%E6%8E%86

Encodings

MD5:

e9e0376bd1ee4f7d80e400ccd70624a4

SHA1:

3c952aa7b0c9372188853a24578031cb0939e4a3

Base64:

5o6G