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