C:
char c = '\uCC63';
printf("%c\n", c); // Output: 챣
JavaScript:
const char = '\uCC63';
console.log(char); // Output: 챣
Java:
char c = '\uCC63';
System.out.println(c); // Output: 챣
JSON:
{"text": "\uCC63"} // Value: 챣
Python:
char = '\uCC63'
print(char) # Output: 챣
Perl:
my $char = "\x{CC63}";
print $char; # Output: 챣
PHP:
$char = "\x{CC63}";
echo $char; // Output: 챣
Ruby:
char = "\u{CC63}"
puts char # Output: 챣
Rust:
let c = '\u{CC63}';
println!("{}", c); // Output: 챣
Go:
char := '\uCC63'
fmt.Printf("%c\n", char) // Output: 챣
CSS:
/* CSS content property */
.element::before {
content: "\00CC63"; /* 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%A3
MD5:
51a576d17d4a6bcde3b365fd2bdef66b
SHA1:
49f14f0169cbc9e348f73ce34599950ae23678e0
Base64:
7LGj