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