Unicode Finder

"浺" U+6D7A(CJK UNIFIED IDEOGRAPH-6D7A)

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

Programming

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

Web

CSS
\006D7A
HtmlDecimal
浺
HtmlHexadecimal
浺
Url
%E6%B5%BA

Code

MD5
8067f28de3d88713dad7fb6cc349c091
Sha1
365c046e89e0174d8bc499e3e77805124beea02b
Base64
5rW6

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6D7A';
console.log(char);  // Output: 浺

Java:

char c = '\u6D7A';
System.out.println(c);  // Output: 浺

JSON:

{"text": "\u6D7A"}  // Value: 浺

Python:

char = '\u6D7A'
print(char)  # Output: 浺

Perl:

my $char = "\x{6D7A}";
print $char;  # Output: 浺

PHP:

$char = "\x{6D7A}";
echo $char;  // Output: 浺

Ruby:

char = "\u{6D7A}"
puts char  # Output: 浺

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#28026;</p>  <!-- Display: 浺 -->

HTML Hexadecimal:

<p>HTML hex: &#x6D7A;</p>  <!-- Display: 浺 -->

URL Encoding:

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

Encodings

MD5:

8067f28de3d88713dad7fb6cc349c091

SHA1:

365c046e89e0174d8bc499e3e77805124beea02b

Base64:

5rW6