Unicode Finder

"洹" U+6D39(CJK UNIFIED IDEOGRAPH-6D39)

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

Programming

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

Web

CSS
\006D39
HtmlDecimal
洹
HtmlHexadecimal
洹
Url
%E6%B4%B9

Code

MD5
69903eb2d5d5372b786a9669d216f3c5
Sha1
738f63bda519057afffac0ac8ed9844f543a24c3
Base64
5rS5

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6D39';
console.log(char);  // Output: 洹

Java:

char c = '\u6D39';
System.out.println(c);  // Output: 洹

JSON:

{"text": "\u6D39"}  // Value: 洹

Python:

char = '\u6D39'
print(char)  # Output: 洹

Perl:

my $char = "\x{6D39}";
print $char;  # Output: 洹

PHP:

$char = "\x{6D39}";
echo $char;  // Output: 洹

Ruby:

char = "\u{6D39}"
puts char  # Output: 洹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27961;</p>  <!-- Display: 洹 -->

HTML Hexadecimal:

<p>HTML hex: &#x6D39;</p>  <!-- Display: 洹 -->

URL Encoding:

// 洹 URL encoding
https://unicodefinder.com/search.php?query=%E6%B4%B9

Encodings

MD5:

69903eb2d5d5372b786a9669d216f3c5

SHA1:

738f63bda519057afffac0ac8ed9844f543a24c3

Base64:

5rS5