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