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: 洼
CSS:
/* CSS content property */
.element::before {
content: "\006D3C"; /* Display: 洼 */
}
HTML Decimal:
<p>HTML decimal: 洼</p> <!-- Display: 洼 -->
HTML Hexadecimal:
<p>HTML hex: 洼</p> <!-- Display: 洼 -->
URL Encoding:
// 洼 URL encoding
https://unicodefinder.com/search.php?query=%E6%B4%BC
MD5:
9ab3fd3f24c6deb387051e0a8ea5eb4a
SHA1:
ee2d6803a17a4c56338ac78f01c111e296ebbb65
Base64:
5rS8