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