C:
char c = '\uBA8F';
printf("%c\n", c); // Output: 몏
JavaScript:
const char = '\uBA8F';
console.log(char); // Output: 몏
Java:
char c = '\uBA8F';
System.out.println(c); // Output: 몏
JSON:
{"text": "\uBA8F"} // Value: 몏
Python:
char = '\uBA8F'
print(char) # Output: 몏
Perl:
my $char = "\x{BA8F}";
print $char; # Output: 몏
PHP:
$char = "\x{BA8F}";
echo $char; // Output: 몏
Ruby:
char = "\u{BA8F}"
puts char # Output: 몏
Rust:
let c = '\u{BA8F}';
println!("{}", c); // Output: 몏
Go:
char := '\uBA8F'
fmt.Printf("%c\n", char) // Output: 몏
CSS:
/* CSS content property */
.element::before {
content: "\00BA8F"; /* 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%AA%8F
MD5:
b6a73ce2bd0d0f8734af568a00b8ac49
SHA1:
39d6c576d99b48d083935f3e1c627527f616faf4
Base64:
66qP