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