C:
char c = '\uCCF7';
printf("%c\n", c); // Output: 쳷
JavaScript:
const char = '\uCCF7';
console.log(char); // Output: 쳷
Java:
char c = '\uCCF7';
System.out.println(c); // Output: 쳷
JSON:
{"text": "\uCCF7"} // Value: 쳷
Python:
char = '\uCCF7'
print(char) # Output: 쳷
Perl:
my $char = "\x{CCF7}";
print $char; # Output: 쳷
PHP:
$char = "\x{CCF7}";
echo $char; // Output: 쳷
Ruby:
char = "\u{CCF7}"
puts char # Output: 쳷
Rust:
let c = '\u{CCF7}';
println!("{}", c); // Output: 쳷
Go:
char := '\uCCF7'
fmt.Printf("%c\n", char) // Output: 쳷
CSS:
/* CSS content property */
.element::before {
content: "\00CCF7"; /* 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%B3%B7
MD5:
c5d0733849980744a7ed4927c63f02f4
SHA1:
03d40e59e92ae92e0158e056fbf8ecc16f1e878b
Base64:
7LO3