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