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