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