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