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