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