C:
char c = '\uC7F6';
printf("%c\n", c); // Output: 쟶
JavaScript:
const char = '\uC7F6';
console.log(char); // Output: 쟶
Java:
char c = '\uC7F6';
System.out.println(c); // Output: 쟶
JSON:
{"text": "\uC7F6"} // Value: 쟶
Python:
char = '\uC7F6'
print(char) # Output: 쟶
Perl:
my $char = "\x{C7F6}";
print $char; # Output: 쟶
PHP:
$char = "\x{C7F6}";
echo $char; // Output: 쟶
Ruby:
char = "\u{C7F6}"
puts char # Output: 쟶
Rust:
let c = '\u{C7F6}';
println!("{}", c); // Output: 쟶
Go:
char := '\uC7F6'
fmt.Printf("%c\n", char) // Output: 쟶
CSS:
/* CSS content property */
.element::before {
content: "\00C7F6"; /* 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%9F%B6
MD5:
85f71d7866f691227e21e1986f1c8cee
SHA1:
974096c298d5d3f71d53c05647772ce2fbcd7b3d
Base64:
7J+2