Unicode Finder

"褵" U+8935(CJK UNIFIED IDEOGRAPH-8935)

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

Programming

C
\u8935
JavaScript
\u8935
Java
\u8935
Json
\u8935
Python
\u8935
Perl
\x{8935}
PHP
\x{8935}
Ruby
\u{8935}
Rust
\u{8935}
Go
\u8935

Web

CSS
\008935
HtmlDecimal
褵
HtmlHexadecimal
褵
Url
%E8%A4%B5

Code

MD5
529cf72762699e2f597118474e6f395d
Sha1
dd47acb8c5e772aac58b4dba8b8f81d184b20702
Base64
6KS1

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8935';
console.log(char);  // Output: 褵

Java:

char c = '\u8935';
System.out.println(c);  // Output: 褵

JSON:

{"text": "\u8935"}  // Value: 褵

Python:

char = '\u8935'
print(char)  # Output: 褵

Perl:

my $char = "\x{8935}";
print $char;  # Output: 褵

PHP:

$char = "\x{8935}";
echo $char;  // Output: 褵

Ruby:

char = "\u{8935}"
puts char  # Output: 褵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008935";  /* Display: 褵 */
}

HTML Decimal:

<p>HTML decimal: &#35125;</p>  <!-- Display: 褵 -->

HTML Hexadecimal:

<p>HTML hex: &#x8935;</p>  <!-- Display: 褵 -->

URL Encoding:

// 褵 URL encoding
https://unicodefinder.com/search.php?query=%E8%A4%B5

Encodings

MD5:

529cf72762699e2f597118474e6f395d

SHA1:

dd47acb8c5e772aac58b4dba8b8f81d184b20702

Base64:

6KS1