C:
char c = '\uBBA7';
printf("%c\n", c); // Output: 뮧
JavaScript:
const char = '\uBBA7';
console.log(char); // Output: 뮧
Java:
char c = '\uBBA7';
System.out.println(c); // Output: 뮧
JSON:
{"text": "\uBBA7"} // Value: 뮧
Python:
char = '\uBBA7'
print(char) # Output: 뮧
Perl:
my $char = "\x{BBA7}";
print $char; # Output: 뮧
PHP:
$char = "\x{BBA7}";
echo $char; // Output: 뮧
Ruby:
char = "\u{BBA7}"
puts char # Output: 뮧
Rust:
let c = '\u{BBA7}';
println!("{}", c); // Output: 뮧
Go:
char := '\uBBA7'
fmt.Printf("%c\n", char) // Output: 뮧
CSS:
/* CSS content property */
.element::before {
content: "\00BBA7"; /* 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%AE%A7
MD5:
ddc99ec51a824c9488475fe3ec8d6012
SHA1:
4788b6472b51f734e28f09959b34351c51c2b47e
Base64:
666n