C:
char c = '\uB4F7';
printf("%c\n", c); // Output: 듷
JavaScript:
const char = '\uB4F7';
console.log(char); // Output: 듷
Java:
char c = '\uB4F7';
System.out.println(c); // Output: 듷
JSON:
{"text": "\uB4F7"} // Value: 듷
Python:
char = '\uB4F7'
print(char) # Output: 듷
Perl:
my $char = "\x{B4F7}";
print $char; # Output: 듷
PHP:
$char = "\x{B4F7}";
echo $char; // Output: 듷
Ruby:
char = "\u{B4F7}"
puts char # Output: 듷
Rust:
let c = '\u{B4F7}';
println!("{}", c); // Output: 듷
Go:
char := '\uB4F7'
fmt.Printf("%c\n", char) // Output: 듷
CSS:
/* CSS content property */
.element::before {
content: "\00B4F7"; /* 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%93%B7
MD5:
7bad575205863de257ccbc41cde3ca94
SHA1:
7fb573c0708a42698c73d175e3362bf42b817e16
Base64:
65O3