C:
char c = '\uB93E';
printf("%c\n", c); // Output: 뤾
JavaScript:
const char = '\uB93E';
console.log(char); // Output: 뤾
Java:
char c = '\uB93E';
System.out.println(c); // Output: 뤾
JSON:
{"text": "\uB93E"} // Value: 뤾
Python:
char = '\uB93E'
print(char) # Output: 뤾
Perl:
my $char = "\x{B93E}";
print $char; # Output: 뤾
PHP:
$char = "\x{B93E}";
echo $char; // Output: 뤾
Ruby:
char = "\u{B93E}"
puts char # Output: 뤾
Rust:
let c = '\u{B93E}';
println!("{}", c); // Output: 뤾
Go:
char := '\uB93E'
fmt.Printf("%c\n", char) // Output: 뤾
CSS:
/* CSS content property */
.element::before {
content: "\00B93E"; /* 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%A4%BE
MD5:
9d79ed6f54e3a3863559207501145efc
SHA1:
6594581d8eacc79aa5713e88be57b8168c44550c
Base64:
66S+