C:
char c = '\uCD78';
printf("%c\n", c); // Output: 쵸
JavaScript:
const char = '\uCD78';
console.log(char); // Output: 쵸
Java:
char c = '\uCD78';
System.out.println(c); // Output: 쵸
JSON:
{"text": "\uCD78"} // Value: 쵸
Python:
char = '\uCD78'
print(char) # Output: 쵸
Perl:
my $char = "\x{CD78}";
print $char; # Output: 쵸
PHP:
$char = "\x{CD78}";
echo $char; // Output: 쵸
Ruby:
char = "\u{CD78}"
puts char # Output: 쵸
Rust:
let c = '\u{CD78}';
println!("{}", c); // Output: 쵸
Go:
char := '\uCD78'
fmt.Printf("%c\n", char) // Output: 쵸
CSS:
/* CSS content property */
.element::before {
content: "\00CD78"; /* 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%B5%B8
MD5:
6cd2db29aee84d7cc1d001a3671d3e43
SHA1:
a9480d21ce7a8b3f77aaafa5208f3bd5d1fe2759
Base64:
7LW4