C:
char c = '\uADCC';
printf("%c\n", c); // Output: 귌
JavaScript:
const char = '\uADCC';
console.log(char); // Output: 귌
Java:
char c = '\uADCC';
System.out.println(c); // Output: 귌
JSON:
{"text": "\uADCC"} // Value: 귌
Python:
char = '\uADCC'
print(char) # Output: 귌
Perl:
my $char = "\x{ADCC}";
print $char; # Output: 귌
PHP:
$char = "\x{ADCC}";
echo $char; // Output: 귌
Ruby:
char = "\u{ADCC}"
puts char # Output: 귌
Rust:
let c = '\u{ADCC}';
println!("{}", c); // Output: 귌
Go:
char := '\uADCC'
fmt.Printf("%c\n", char) // Output: 귌
CSS:
/* CSS content property */
.element::before {
content: "\00ADCC"; /* 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=%EA%B7%8C
MD5:
9e477b158b8cb943f9fd66531baecaaa
SHA1:
5702a1381dd3366d625295ae6c06abb106a92fdc
Base64:
6reM