Unicode Finder

"抑" U+6291(CJK UNIFIED IDEOGRAPH-6291)

U+6291
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-6291

Programming

C
\u6291
JavaScript
\u6291
Java
\u6291
Json
\u6291
Python
\u6291
Perl
\x{6291}
PHP
\x{6291}
Ruby
\u{6291}
Rust
\u{6291}
Go
\u6291

Web

CSS
\006291
HtmlDecimal
抑
HtmlHexadecimal
抑
Url
%E6%8A%91

Code

MD5
cafa72f85bc59bd2476172d63b440781
Sha1
50947ae9de421bd08bdeb4a6e35f1b3bc0e8ec3b
Base64
5oqR

使用範例

Programming Languages

C:

char c = '\u6291';
printf("%c\n", c);  // Output: 抑

JavaScript:

const char = '\u6291';
console.log(char);  // Output: 抑

Java:

char c = '\u6291';
System.out.println(c);  // Output: 抑

JSON:

{"text": "\u6291"}  // Value: 抑

Python:

char = '\u6291'
print(char)  # Output: 抑

Perl:

my $char = "\x{6291}";
print $char;  # Output: 抑

PHP:

$char = "\x{6291}";
echo $char;  // Output: 抑

Ruby:

char = "\u{6291}"
puts char  # Output: 抑

Rust:

let c = '\u{6291}';
println!("{}", c);  // Output: 抑

Go:

char := '\u6291'
fmt.Printf("%c\n", char)  // Output: 抑

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006291";  /* Display: 抑 */
}

HTML Decimal:

<p>HTML decimal: &#25233;</p>  <!-- Display: 抑 -->

HTML Hexadecimal:

<p>HTML hex: &#x6291;</p>  <!-- Display: 抑 -->

URL Encoding:

// 抑 URL encoding
https://unicodefinder.com/search.php?query=%E6%8A%91

Encodings

MD5:

cafa72f85bc59bd2476172d63b440781

SHA1:

50947ae9de421bd08bdeb4a6e35f1b3bc0e8ec3b

Base64:

5oqR