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