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