C:
char c = '\uBA3E';
printf("%c\n", c); // Output: 먾
JavaScript:
const char = '\uBA3E';
console.log(char); // Output: 먾
Java:
char c = '\uBA3E';
System.out.println(c); // Output: 먾
JSON:
{"text": "\uBA3E"} // Value: 먾
Python:
char = '\uBA3E'
print(char) # Output: 먾
Perl:
my $char = "\x{BA3E}";
print $char; # Output: 먾
PHP:
$char = "\x{BA3E}";
echo $char; // Output: 먾
Ruby:
char = "\u{BA3E}"
puts char # Output: 먾
Rust:
let c = '\u{BA3E}';
println!("{}", c); // Output: 먾
Go:
char := '\uBA3E'
fmt.Printf("%c\n", char) // Output: 먾
CSS:
/* CSS content property */
.element::before {
content: "\00BA3E"; /* 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=%EB%A8%BE
MD5:
3741530de0b4f32a57846b975d1291ff
SHA1:
ccc796a07b43099fe7f58b40873156e5e081b1b1
Base64:
66i+