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