Unicode Finder

"浿" U+6D7F(CJK UNIFIED IDEOGRAPH-6D7F)

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

Programming

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

Web

CSS
\006D7F
HtmlDecimal
浿
HtmlHexadecimal
浿
Url
%E6%B5%BF

Code

MD5
beb2d4d3e5ecb22e03169b8297383881
Sha1
da1f57e64a371219587b3748c94440ffa3c3ac00
Base64
5rW/

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6D7F';
console.log(char);  // Output: 浿

Java:

char c = '\u6D7F';
System.out.println(c);  // Output: 浿

JSON:

{"text": "\u6D7F"}  // Value: 浿

Python:

char = '\u6D7F'
print(char)  # Output: 浿

Perl:

my $char = "\x{6D7F}";
print $char;  # Output: 浿

PHP:

$char = "\x{6D7F}";
echo $char;  // Output: 浿

Ruby:

char = "\u{6D7F}"
puts char  # Output: 浿

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#28031;</p>  <!-- Display: 浿 -->

HTML Hexadecimal:

<p>HTML hex: &#x6D7F;</p>  <!-- Display: 浿 -->

URL Encoding:

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

Encodings

MD5:

beb2d4d3e5ecb22e03169b8297383881

SHA1:

da1f57e64a371219587b3748c94440ffa3c3ac00

Base64:

5rW/