Unicode Finder

"淰" U+6DF0(CJK UNIFIED IDEOGRAPH-6DF0)

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

Programming

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

Web

CSS
\006DF0
HtmlDecimal
淰
HtmlHexadecimal
淰
Url
%E6%B7%B0

Code

MD5
5a570726f7f61df29030f71106d8366b
Sha1
1d59779d9774681719629f574d7dfdfd3ac23b4f
Base64
5rew

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6DF0';
console.log(char);  // Output: 淰

Java:

char c = '\u6DF0';
System.out.println(c);  // Output: 淰

JSON:

{"text": "\u6DF0"}  // Value: 淰

Python:

char = '\u6DF0'
print(char)  # Output: 淰

Perl:

my $char = "\x{6DF0}";
print $char;  # Output: 淰

PHP:

$char = "\x{6DF0}";
echo $char;  // Output: 淰

Ruby:

char = "\u{6DF0}"
puts char  # Output: 淰

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#28144;</p>  <!-- Display: 淰 -->

HTML Hexadecimal:

<p>HTML hex: &#x6DF0;</p>  <!-- Display: 淰 -->

URL Encoding:

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

Encodings

MD5:

5a570726f7f61df29030f71106d8366b

SHA1:

1d59779d9774681719629f574d7dfdfd3ac23b4f

Base64:

5rew