C:
char c = '\uBA3F';
printf("%c\n", c); // Output: 먿
JavaScript:
const char = '\uBA3F';
console.log(char); // Output: 먿
Java:
char c = '\uBA3F';
System.out.println(c); // Output: 먿
JSON:
{"text": "\uBA3F"} // Value: 먿
Python:
char = '\uBA3F'
print(char) # Output: 먿
Perl:
my $char = "\x{BA3F}";
print $char; # Output: 먿
PHP:
$char = "\x{BA3F}";
echo $char; // Output: 먿
Ruby:
char = "\u{BA3F}"
puts char # Output: 먿
Rust:
let c = '\u{BA3F}';
println!("{}", c); // Output: 먿
Go:
char := '\uBA3F'
fmt.Printf("%c\n", char) // Output: 먿
CSS:
/* CSS content property */
.element::before {
content: "\00BA3F"; /* 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%BF
MD5:
41f927ab9df4402fb26250d41d15ee2e
SHA1:
9f998a52e1d3230f45030b35b5476ee5a969bc58
Base64:
66i/