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