C:
char c = '\uD1FC';
printf("%c\n", c); // Output: 퇼
JavaScript:
const char = '\uD1FC';
console.log(char); // Output: 퇼
Java:
char c = '\uD1FC';
System.out.println(c); // Output: 퇼
JSON:
{"text": "\uD1FC"} // Value: 퇼
Python:
char = '\uD1FC'
print(char) # Output: 퇼
Perl:
my $char = "\x{D1FC}";
print $char; # Output: 퇼
PHP:
$char = "\x{D1FC}";
echo $char; // Output: 퇼
Ruby:
char = "\u{D1FC}"
puts char # Output: 퇼
Rust:
let c = '\u{D1FC}';
println!("{}", c); // Output: 퇼
Go:
char := '\uD1FC'
fmt.Printf("%c\n", char) // Output: 퇼
CSS:
/* CSS content property */
.element::before {
content: "\00D1FC"; /* 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%87%BC
MD5:
3b1f80352655448c7b67c95aadaf2600
SHA1:
5488f16df7e1d10e4f1a34dad1b02c6eee4bff3b
Base64:
7Ye8