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