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