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