Unicode Finder

"浼" U+6D7C(CJK UNIFIED IDEOGRAPH-6D7C)

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

Programming

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

Web

CSS
\006D7C
HtmlDecimal
浼
HtmlHexadecimal
浼
Url
%E6%B5%BC

Code

MD5
7f77ea83772007b65c7f974c58fc5cca
Sha1
d253caa8075f9eed8d659bf3265c690a48989e18
Base64
5rW8

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6D7C';
console.log(char);  // Output: 浼

Java:

char c = '\u6D7C';
System.out.println(c);  // Output: 浼

JSON:

{"text": "\u6D7C"}  // Value: 浼

Python:

char = '\u6D7C'
print(char)  # Output: 浼

Perl:

my $char = "\x{6D7C}";
print $char;  # Output: 浼

PHP:

$char = "\x{6D7C}";
echo $char;  // Output: 浼

Ruby:

char = "\u{6D7C}"
puts char  # Output: 浼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#28028;</p>  <!-- Display: 浼 -->

HTML Hexadecimal:

<p>HTML hex: &#x6D7C;</p>  <!-- Display: 浼 -->

URL Encoding:

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

Encodings

MD5:

7f77ea83772007b65c7f974c58fc5cca

SHA1:

d253caa8075f9eed8d659bf3265c690a48989e18

Base64:

5rW8