C:
char c = '\uBA36';
printf("%c\n", c); // Output: 먶
JavaScript:
const char = '\uBA36';
console.log(char); // Output: 먶
Java:
char c = '\uBA36';
System.out.println(c); // Output: 먶
JSON:
{"text": "\uBA36"} // Value: 먶
Python:
char = '\uBA36'
print(char) # Output: 먶
Perl:
my $char = "\x{BA36}";
print $char; # Output: 먶
PHP:
$char = "\x{BA36}";
echo $char; // Output: 먶
Ruby:
char = "\u{BA36}"
puts char # Output: 먶
Rust:
let c = '\u{BA36}';
println!("{}", c); // Output: 먶
Go:
char := '\uBA36'
fmt.Printf("%c\n", char) // Output: 먶
CSS:
/* CSS content property */
.element::before {
content: "\00BA36"; /* 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%B6
MD5:
221a1e4fff62eb21d057513651485e14
SHA1:
0c0c1f8a2ea32c2b6c2d0067a0a9b01a6b8c587c
Base64:
66i2