C:
char c = '\uC079';
printf("%c\n", c); // Output: 쁹
JavaScript:
const char = '\uC079';
console.log(char); // Output: 쁹
Java:
char c = '\uC079';
System.out.println(c); // Output: 쁹
JSON:
{"text": "\uC079"} // Value: 쁹
Python:
char = '\uC079'
print(char) # Output: 쁹
Perl:
my $char = "\x{C079}";
print $char; # Output: 쁹
PHP:
$char = "\x{C079}";
echo $char; // Output: 쁹
Ruby:
char = "\u{C079}"
puts char # Output: 쁹
Rust:
let c = '\u{C079}';
println!("{}", c); // Output: 쁹
Go:
char := '\uC079'
fmt.Printf("%c\n", char) // Output: 쁹
CSS:
/* CSS content property */
.element::before {
content: "\00C079"; /* 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=%EC%81%B9
MD5:
e6b47044a32c4a8c2e1afa0d8434faea
SHA1:
552da5606c11b0fde38b8f66f433b38179920db1
Base64:
7IG5