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