C:
char c = '\uB3E1';
printf("%c\n", c); // Output: 돡
JavaScript:
const char = '\uB3E1';
console.log(char); // Output: 돡
Java:
char c = '\uB3E1';
System.out.println(c); // Output: 돡
JSON:
{"text": "\uB3E1"} // Value: 돡
Python:
char = '\uB3E1'
print(char) # Output: 돡
Perl:
my $char = "\x{B3E1}";
print $char; # Output: 돡
PHP:
$char = "\x{B3E1}";
echo $char; // Output: 돡
Ruby:
char = "\u{B3E1}"
puts char # Output: 돡
Rust:
let c = '\u{B3E1}';
println!("{}", c); // Output: 돡
Go:
char := '\uB3E1'
fmt.Printf("%c\n", char) // Output: 돡
CSS:
/* CSS content property */
.element::before {
content: "\00B3E1"; /* 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%8F%A1
MD5:
112d973f242b4e7a6cbcd6643d574bc1
SHA1:
b76bb3c49c3161f0bed9b7f715c042c38cdde98c
Base64:
64+h