Unicode Finder

"淶" U+6DF6(CJK UNIFIED IDEOGRAPH-6DF6)

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

Programming

C
\u6DF6
JavaScript
\u6DF6
Java
\u6DF6
Json
\u6DF6
Python
\u6DF6
Perl
\x{6DF6}
PHP
\x{6DF6}
Ruby
\u{6DF6}
Rust
\u{6DF6}
Go
\u6DF6

Web

CSS
\006DF6
HtmlDecimal
淶
HtmlHexadecimal
淶
Url
%E6%B7%B6

Code

MD5
72c90a3952a1d59f80807666ea578c38
Sha1
2344c2f92f633733a338c0dd4f6dc51befa3b3ea
Base64
5re2

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6DF6';
console.log(char);  // Output: 淶

Java:

char c = '\u6DF6';
System.out.println(c);  // Output: 淶

JSON:

{"text": "\u6DF6"}  // Value: 淶

Python:

char = '\u6DF6'
print(char)  # Output: 淶

Perl:

my $char = "\x{6DF6}";
print $char;  # Output: 淶

PHP:

$char = "\x{6DF6}";
echo $char;  // Output: 淶

Ruby:

char = "\u{6DF6}"
puts char  # Output: 淶

Rust:

let c = '\u{6DF6}';
println!("{}", c);  // Output: 淶

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006DF6";  /* Display: 淶 */
}

HTML Decimal:

<p>HTML decimal: &#28150;</p>  <!-- Display: 淶 -->

HTML Hexadecimal:

<p>HTML hex: &#x6DF6;</p>  <!-- Display: 淶 -->

URL Encoding:

// 淶 URL encoding
https://unicodefinder.com/search.php?query=%E6%B7%B6

Encodings

MD5:

72c90a3952a1d59f80807666ea578c38

SHA1:

2344c2f92f633733a338c0dd4f6dc51befa3b3ea

Base64:

5re2