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