C:
char c = '\u6910';
printf("%c\n", c); // Output: 椐
JavaScript:
const char = '\u6910';
console.log(char); // Output: 椐
Java:
char c = '\u6910';
System.out.println(c); // Output: 椐
JSON:
{"text": "\u6910"} // Value: 椐
Python:
char = '\u6910'
print(char) # Output: 椐
Perl:
my $char = "\x{6910}";
print $char; # Output: 椐
PHP:
$char = "\x{6910}";
echo $char; // Output: 椐
Ruby:
char = "\u{6910}"
puts char # Output: 椐
Rust:
let c = '\u{6910}';
println!("{}", c); // Output: 椐
Go:
char := '\u6910'
fmt.Printf("%c\n", char) // Output: 椐
CSS:
/* CSS content property */
.element::before {
content: "\006910"; /* 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=%E6%A4%90
MD5:
8c1fd43647bc3c9ae05239cf38a5c2bb
SHA1:
a2c74eda602cec67f758e2d842bce981367a4e09
Base64:
5qSQ