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