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