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