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