C:
char c = '\uD3F4';
printf("%c\n", c); // Output: 폴
JavaScript:
const char = '\uD3F4';
console.log(char); // Output: 폴
Java:
char c = '\uD3F4';
System.out.println(c); // Output: 폴
JSON:
{"text": "\uD3F4"} // Value: 폴
Python:
char = '\uD3F4'
print(char) # Output: 폴
Perl:
my $char = "\x{D3F4}";
print $char; # Output: 폴
PHP:
$char = "\x{D3F4}";
echo $char; // Output: 폴
Ruby:
char = "\u{D3F4}"
puts char # Output: 폴
Rust:
let c = '\u{D3F4}';
println!("{}", c); // Output: 폴
Go:
char := '\uD3F4'
fmt.Printf("%c\n", char) // Output: 폴
CSS:
/* CSS content property */
.element::before {
content: "\00D3F4"; /* 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=%ED%8F%B4
MD5:
3ecd919884891e422fd89b4f038fb57c
SHA1:
5119298e581dd10d6dad159da11538d26cffc60a
Base64:
7Y+0