Unicode Finder

"浹" U+6D79(CJK UNIFIED IDEOGRAPH-6D79)

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

Programming

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

Web

CSS
\006D79
HtmlDecimal
浹
HtmlHexadecimal
浹
Url
%E6%B5%B9

Code

MD5
277158a0cdb28e55824e27863fc1ca09
Sha1
1b07cde919a6fa8339c9ad4b875d79966f412729
Base64
5rW5

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6D79';
console.log(char);  // Output: 浹

Java:

char c = '\u6D79';
System.out.println(c);  // Output: 浹

JSON:

{"text": "\u6D79"}  // Value: 浹

Python:

char = '\u6D79'
print(char)  # Output: 浹

Perl:

my $char = "\x{6D79}";
print $char;  # Output: 浹

PHP:

$char = "\x{6D79}";
echo $char;  // Output: 浹

Ruby:

char = "\u{6D79}"
puts char  # Output: 浹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#28025;</p>  <!-- Display: 浹 -->

HTML Hexadecimal:

<p>HTML hex: &#x6D79;</p>  <!-- Display: 浹 -->

URL Encoding:

// 浹 URL encoding
https://unicodefinder.com/search.php?query=%E6%B5%B9

Encodings

MD5:

277158a0cdb28e55824e27863fc1ca09

SHA1:

1b07cde919a6fa8339c9ad4b875d79966f412729

Base64:

5rW5