C:
char c = '\u8003';
printf("%c\n", c); // Output: 考
JavaScript:
const char = '\u8003';
console.log(char); // Output: 考
Java:
char c = '\u8003';
System.out.println(c); // Output: 考
JSON:
{"text": "\u8003"} // Value: 考
Python:
char = '\u8003'
print(char) # Output: 考
Perl:
my $char = "\x{8003}";
print $char; # Output: 考
PHP:
$char = "\x{8003}";
echo $char; // Output: 考
Ruby:
char = "\u{8003}"
puts char # Output: 考
Rust:
let c = '\u{8003}';
println!("{}", c); // Output: 考
Go:
char := '\u8003'
fmt.Printf("%c\n", char) // Output: 考
CSS:
/* CSS content property */
.element::before {
content: "\008003"; /* 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=%E8%80%83
MD5:
e7b196a12124c8feec5e08ae40345d29
SHA1:
ed96d74c8ab8fef86fe557ed22d09da57f60c1b2
Base64:
6ICD