C:
char c = '\uB53E';
printf("%c\n", c); // Output: 딾
JavaScript:
const char = '\uB53E';
console.log(char); // Output: 딾
Java:
char c = '\uB53E';
System.out.println(c); // Output: 딾
JSON:
{"text": "\uB53E"} // Value: 딾
Python:
char = '\uB53E'
print(char) # Output: 딾
Perl:
my $char = "\x{B53E}";
print $char; # Output: 딾
PHP:
$char = "\x{B53E}";
echo $char; // Output: 딾
Ruby:
char = "\u{B53E}"
puts char # Output: 딾
Rust:
let c = '\u{B53E}';
println!("{}", c); // Output: 딾
Go:
char := '\uB53E'
fmt.Printf("%c\n", char) // Output: 딾
CSS:
/* CSS content property */
.element::before {
content: "\00B53E"; /* 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%94%BE
MD5:
93485b0eefe52e3e1d7644e202401856
SHA1:
d833e50ea6b02e72f95b907ec83528b1d7d91b7e
Base64:
65S+