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