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