Unicode Finder

"浊" U+6D4A(CJK UNIFIED IDEOGRAPH-6D4A)

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

Programming

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

Web

CSS
\006D4A
HtmlDecimal
浊
HtmlHexadecimal
浊
Url
%E6%B5%8A

Code

MD5
a4bcd4304821f1ff827b1e10482aa3b6
Sha1
13b817cf687245737e2be0ba9570e31c47d27338
Base64
5rWK

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6D4A';
console.log(char);  // Output: 浊

Java:

char c = '\u6D4A';
System.out.println(c);  // Output: 浊

JSON:

{"text": "\u6D4A"}  // Value: 浊

Python:

char = '\u6D4A'
print(char)  # Output: 浊

Perl:

my $char = "\x{6D4A}";
print $char;  # Output: 浊

PHP:

$char = "\x{6D4A}";
echo $char;  // Output: 浊

Ruby:

char = "\u{6D4A}"
puts char  # Output: 浊

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27978;</p>  <!-- Display: 浊 -->

HTML Hexadecimal:

<p>HTML hex: &#x6D4A;</p>  <!-- Display: 浊 -->

URL Encoding:

// 浊 URL encoding
https://unicodefinder.com/search.php?query=%E6%B5%8A

Encodings

MD5:

a4bcd4304821f1ff827b1e10482aa3b6

SHA1:

13b817cf687245737e2be0ba9570e31c47d27338

Base64:

5rWK