Unicode Finder

"趴" U+8DB4(CJK UNIFIED IDEOGRAPH-8DB4)

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

Programming

C
\u8DB4
JavaScript
\u8DB4
Java
\u8DB4
Json
\u8DB4
Python
\u8DB4
Perl
\x{8DB4}
PHP
\x{8DB4}
Ruby
\u{8DB4}
Rust
\u{8DB4}
Go
\u8DB4

Web

CSS
\008DB4
HtmlDecimal
趴
HtmlHexadecimal
趴
Url
%E8%B6%B4

Code

MD5
a53ea74a66f745328e95b1823c63f520
Sha1
b0aaa40ca87fe6eea18b15b0200646676e57af9b
Base64
6La0

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8DB4';
console.log(char);  // Output: 趴

Java:

char c = '\u8DB4';
System.out.println(c);  // Output: 趴

JSON:

{"text": "\u8DB4"}  // Value: 趴

Python:

char = '\u8DB4'
print(char)  # Output: 趴

Perl:

my $char = "\x{8DB4}";
print $char;  # Output: 趴

PHP:

$char = "\x{8DB4}";
echo $char;  // Output: 趴

Ruby:

char = "\u{8DB4}"
puts char  # Output: 趴

Rust:

let c = '\u{8DB4}';
println!("{}", c);  // Output: 趴

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008DB4";  /* Display: 趴 */
}

HTML Decimal:

<p>HTML decimal: &#36276;</p>  <!-- Display: 趴 -->

HTML Hexadecimal:

<p>HTML hex: &#x8DB4;</p>  <!-- Display: 趴 -->

URL Encoding:

// 趴 URL encoding
https://unicodefinder.com/search.php?query=%E8%B6%B4

Encodings

MD5:

a53ea74a66f745328e95b1823c63f520

SHA1:

b0aaa40ca87fe6eea18b15b0200646676e57af9b

Base64:

6La0