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