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