C:
char c = '\uD3F7';
printf("%c\n", c); // Output: 폷
JavaScript:
const char = '\uD3F7';
console.log(char); // Output: 폷
Java:
char c = '\uD3F7';
System.out.println(c); // Output: 폷
JSON:
{"text": "\uD3F7"} // Value: 폷
Python:
char = '\uD3F7'
print(char) # Output: 폷
Perl:
my $char = "\x{D3F7}";
print $char; # Output: 폷
PHP:
$char = "\x{D3F7}";
echo $char; // Output: 폷
Ruby:
char = "\u{D3F7}"
puts char # Output: 폷
Rust:
let c = '\u{D3F7}';
println!("{}", c); // Output: 폷
Go:
char := '\uD3F7'
fmt.Printf("%c\n", char) // Output: 폷
CSS:
/* CSS content property */
.element::before {
content: "\00D3F7"; /* 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%B7
MD5:
8834bcdd8162cd36c9de77342fe380c6
SHA1:
881d53d7e14a1d6706664736b15d575293d72d27
Base64:
7Y+3