C:
char c = '\uBE94';
printf("%c\n", c); // Output: 뺔
JavaScript:
const char = '\uBE94';
console.log(char); // Output: 뺔
Java:
char c = '\uBE94';
System.out.println(c); // Output: 뺔
JSON:
{"text": "\uBE94"} // Value: 뺔
Python:
char = '\uBE94'
print(char) # Output: 뺔
Perl:
my $char = "\x{BE94}";
print $char; # Output: 뺔
PHP:
$char = "\x{BE94}";
echo $char; // Output: 뺔
Ruby:
char = "\u{BE94}"
puts char # Output: 뺔
Rust:
let c = '\u{BE94}';
println!("{}", c); // Output: 뺔
Go:
char := '\uBE94'
fmt.Printf("%c\n", char) // Output: 뺔
CSS:
/* CSS content property */
.element::before {
content: "\00BE94"; /* 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%94
MD5:
55681512277ef646a48102dd20703900
SHA1:
92fcc801f0e8730810d78ae2e2e175993b5d1042
Base64:
67qU