Unicode Finder

"浶" U+6D76(CJK UNIFIED IDEOGRAPH-6D76)

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

Programming

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

Web

CSS
\006D76
HtmlDecimal
浶
HtmlHexadecimal
浶
Url
%E6%B5%B6

Code

MD5
ffc6a31c1efe919e0b04d6290ee96461
Sha1
d93b83d4e74dc099c445c697949755aee2e68b14
Base64
5rW2

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6D76';
console.log(char);  // Output: 浶

Java:

char c = '\u6D76';
System.out.println(c);  // Output: 浶

JSON:

{"text": "\u6D76"}  // Value: 浶

Python:

char = '\u6D76'
print(char)  # Output: 浶

Perl:

my $char = "\x{6D76}";
print $char;  # Output: 浶

PHP:

$char = "\x{6D76}";
echo $char;  // Output: 浶

Ruby:

char = "\u{6D76}"
puts char  # Output: 浶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#28022;</p>  <!-- Display: 浶 -->

HTML Hexadecimal:

<p>HTML hex: &#x6D76;</p>  <!-- Display: 浶 -->

URL Encoding:

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

Encodings

MD5:

ffc6a31c1efe919e0b04d6290ee96461

SHA1:

d93b83d4e74dc099c445c697949755aee2e68b14

Base64:

5rW2