Unicode Finder

"浭" U+6D6D(CJK UNIFIED IDEOGRAPH-6D6D)

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

Programming

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

Web

CSS
\006D6D
HtmlDecimal
浭
HtmlHexadecimal
浭
Url
%E6%B5%AD

Code

MD5
5ad92a015cf151093c40668ac852dead
Sha1
03ebff6ebcae0da7b5d0ee901840d7e8031c0327
Base64
5rWt

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6D6D';
console.log(char);  // Output: 浭

Java:

char c = '\u6D6D';
System.out.println(c);  // Output: 浭

JSON:

{"text": "\u6D6D"}  // Value: 浭

Python:

char = '\u6D6D'
print(char)  # Output: 浭

Perl:

my $char = "\x{6D6D}";
print $char;  # Output: 浭

PHP:

$char = "\x{6D6D}";
echo $char;  // Output: 浭

Ruby:

char = "\u{6D6D}"
puts char  # Output: 浭

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#28013;</p>  <!-- Display: 浭 -->

HTML Hexadecimal:

<p>HTML hex: &#x6D6D;</p>  <!-- Display: 浭 -->

URL Encoding:

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

Encodings

MD5:

5ad92a015cf151093c40668ac852dead

SHA1:

03ebff6ebcae0da7b5d0ee901840d7e8031c0327

Base64:

5rWt