Unicode Finder

"洼" U+6D3C(CJK UNIFIED IDEOGRAPH-6D3C)

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

Programming

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

Web

CSS
\006D3C
HtmlDecimal
洼
HtmlHexadecimal
洼
Url
%E6%B4%BC

Code

MD5
9ab3fd3f24c6deb387051e0a8ea5eb4a
Sha1
ee2d6803a17a4c56338ac78f01c111e296ebbb65
Base64
5rS8

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6D3C';
console.log(char);  // Output: 洼

Java:

char c = '\u6D3C';
System.out.println(c);  // Output: 洼

JSON:

{"text": "\u6D3C"}  // Value: 洼

Python:

char = '\u6D3C'
print(char)  # Output: 洼

Perl:

my $char = "\x{6D3C}";
print $char;  # Output: 洼

PHP:

$char = "\x{6D3C}";
echo $char;  // Output: 洼

Ruby:

char = "\u{6D3C}"
puts char  # Output: 洼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27964;</p>  <!-- Display: 洼 -->

HTML Hexadecimal:

<p>HTML hex: &#x6D3C;</p>  <!-- Display: 洼 -->

URL Encoding:

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

Encodings

MD5:

9ab3fd3f24c6deb387051e0a8ea5eb4a

SHA1:

ee2d6803a17a4c56338ac78f01c111e296ebbb65

Base64:

5rS8