C:
char c = '\uB3E9';
printf("%c\n", c); // Output: 돩
JavaScript:
const char = '\uB3E9';
console.log(char); // Output: 돩
Java:
char c = '\uB3E9';
System.out.println(c); // Output: 돩
JSON:
{"text": "\uB3E9"} // Value: 돩
Python:
char = '\uB3E9'
print(char) # Output: 돩
Perl:
my $char = "\x{B3E9}";
print $char; # Output: 돩
PHP:
$char = "\x{B3E9}";
echo $char; // Output: 돩
Ruby:
char = "\u{B3E9}"
puts char # Output: 돩
Rust:
let c = '\u{B3E9}';
println!("{}", c); // Output: 돩
Go:
char := '\uB3E9'
fmt.Printf("%c\n", char) // Output: 돩
CSS:
/* CSS content property */
.element::before {
content: "\00B3E9"; /* 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%A9
MD5:
7d7620c6869ab6a4aae2e4fa87a877fc
SHA1:
1d2bd2aae8e1f0f336044de99a74b3fb76e03a1f
Base64:
64+p