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