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