C:
char c = '\uBFA7';
printf("%c\n", c); // Output: 뾧
JavaScript:
const char = '\uBFA7';
console.log(char); // Output: 뾧
Java:
char c = '\uBFA7';
System.out.println(c); // Output: 뾧
JSON:
{"text": "\uBFA7"} // Value: 뾧
Python:
char = '\uBFA7'
print(char) # Output: 뾧
Perl:
my $char = "\x{BFA7}";
print $char; # Output: 뾧
PHP:
$char = "\x{BFA7}";
echo $char; // Output: 뾧
Ruby:
char = "\u{BFA7}"
puts char # Output: 뾧
Rust:
let c = '\u{BFA7}';
println!("{}", c); // Output: 뾧
Go:
char := '\uBFA7'
fmt.Printf("%c\n", char) // Output: 뾧
CSS:
/* CSS content property */
.element::before {
content: "\00BFA7"; /* 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%BE%A7
MD5:
16d0094ac27bcb779153b4bb655235e1
SHA1:
ee62efbf3925c189cd5775a814517cc0fac83599
Base64:
676n