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