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