C:
char c = '\u8F68';
printf("%c\n", c); // Output: 轨
JavaScript:
const char = '\u8F68';
console.log(char); // Output: 轨
Java:
char c = '\u8F68';
System.out.println(c); // Output: 轨
JSON:
{"text": "\u8F68"} // Value: 轨
Python:
char = '\u8F68'
print(char) # Output: 轨
Perl:
my $char = "\x{8F68}";
print $char; # Output: 轨
PHP:
$char = "\x{8F68}";
echo $char; // Output: 轨
Ruby:
char = "\u{8F68}"
puts char # Output: 轨
Rust:
let c = '\u{8F68}';
println!("{}", c); // Output: 轨
Go:
char := '\u8F68'
fmt.Printf("%c\n", char) // Output: 轨
CSS:
/* CSS content property */
.element::before {
content: "\008F68"; /* 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%BD%A8
MD5:
c1e56946c4446e7616a9586491a23767
SHA1:
b036ea490b43c4e820e8fcc8d159cbaa75bedcbd
Base64:
6L2o