C:
char c = '\uBA3B';
printf("%c\n", c); // Output: 먻
JavaScript:
const char = '\uBA3B';
console.log(char); // Output: 먻
Java:
char c = '\uBA3B';
System.out.println(c); // Output: 먻
JSON:
{"text": "\uBA3B"} // Value: 먻
Python:
char = '\uBA3B'
print(char) # Output: 먻
Perl:
my $char = "\x{BA3B}";
print $char; # Output: 먻
PHP:
$char = "\x{BA3B}";
echo $char; // Output: 먻
Ruby:
char = "\u{BA3B}"
puts char # Output: 먻
Rust:
let c = '\u{BA3B}';
println!("{}", c); // Output: 먻
Go:
char := '\uBA3B'
fmt.Printf("%c\n", char) // Output: 먻
CSS:
/* CSS content property */
.element::before {
content: "\00BA3B"; /* 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%BB
MD5:
37515eae9556b070665de389f3621fcd
SHA1:
39b8bf9d3734b76d67e233b4471a5a5c13baa063
Base64:
66i7