Unicode Finder

"浱" U+6D71(CJK UNIFIED IDEOGRAPH-6D71)

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

Programming

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

Web

CSS
\006D71
HtmlDecimal
浱
HtmlHexadecimal
浱
Url
%E6%B5%B1

Code

MD5
ab608b26428a9c9b7b6464c438a5cbb6
Sha1
c6e1d21f8f79b056d580270943f070073ce3ff0a
Base64
5rWx

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6D71';
console.log(char);  // Output: 浱

Java:

char c = '\u6D71';
System.out.println(c);  // Output: 浱

JSON:

{"text": "\u6D71"}  // Value: 浱

Python:

char = '\u6D71'
print(char)  # Output: 浱

Perl:

my $char = "\x{6D71}";
print $char;  # Output: 浱

PHP:

$char = "\x{6D71}";
echo $char;  // Output: 浱

Ruby:

char = "\u{6D71}"
puts char  # Output: 浱

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#28017;</p>  <!-- Display: 浱 -->

HTML Hexadecimal:

<p>HTML hex: &#x6D71;</p>  <!-- Display: 浱 -->

URL Encoding:

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

Encodings

MD5:

ab608b26428a9c9b7b6464c438a5cbb6

SHA1:

c6e1d21f8f79b056d580270943f070073ce3ff0a

Base64:

5rWx