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