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