C:
char c = '\u6D2C';
printf("%c\n", c); // Output: 洬
JavaScript:
const char = '\u6D2C';
console.log(char); // Output: 洬
Java:
char c = '\u6D2C';
System.out.println(c); // Output: 洬
JSON:
{"text": "\u6D2C"} // Value: 洬
Python:
char = '\u6D2C'
print(char) # Output: 洬
Perl:
my $char = "\x{6D2C}";
print $char; # Output: 洬
PHP:
$char = "\x{6D2C}";
echo $char; // Output: 洬
Ruby:
char = "\u{6D2C}"
puts char # Output: 洬
Rust:
let c = '\u{6D2C}';
println!("{}", c); // Output: 洬
Go:
char := '\u6D2C'
fmt.Printf("%c\n", char) // Output: 洬
CSS:
/* CSS content property */
.element::before {
content: "\006D2C"; /* 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%AC
MD5:
8d06f97d5565483c947e8f9ae88f8d3e
SHA1:
8caf5e66e318eed44bb61843f5dbdd19ad796601
Base64:
5rSs