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