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: 洹
CSS:
/* CSS content property */
.element::before {
content: "\006D39"; /* 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%B9
MD5:
69903eb2d5d5372b786a9669d216f3c5
SHA1:
738f63bda519057afffac0ac8ed9844f543a24c3
Base64:
5rS5