Unicode Finder

"⏛" U+23DB(FUSE)

U+23DB
區塊名稱
Miscellaneous Technical
名稱
FUSE

Programming

C
\u23DB
JavaScript
\u23DB
Java
\u23DB
Json
\u23DB
Python
\u23DB
Perl
\x{23DB}
PHP
\x{23DB}
Ruby
\u{23DB}
Rust
\u{23DB}
Go
\u23DB

Web

CSS
\0023DB
HtmlDecimal
⏛
HtmlHexadecimal
⏛
Url
%E2%8F%9B

Code

MD5
01c271e68de96f242274060c0f50e41d
Sha1
99ac15bd19a11e2986ca9307393e089e07247550
Base64
4o+b

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u23DB';
console.log(char);  // Output: ⏛

Java:

char c = '\u23DB';
System.out.println(c);  // Output: ⏛

JSON:

{"text": "\u23DB"}  // Value: ⏛

Python:

char = '\u23DB'
print(char)  # Output: ⏛

Perl:

my $char = "\x{23DB}";
print $char;  # Output: ⏛

PHP:

$char = "\x{23DB}";
echo $char;  // Output: ⏛

Ruby:

char = "\u{23DB}"
puts char  # Output: ⏛

Rust:

let c = '\u{23DB}';
println!("{}", c);  // Output: ⏛

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0023DB";  /* Display: ⏛ */
}

HTML Decimal:

<p>HTML decimal: &#9179;</p>  <!-- Display: ⏛ -->

HTML Hexadecimal:

<p>HTML hex: &#x23DB;</p>  <!-- Display: ⏛ -->

URL Encoding:

// ⏛ URL encoding
https://unicodefinder.com/search.php?query=%E2%8F%9B

Encodings

MD5:

01c271e68de96f242274060c0f50e41d

SHA1:

99ac15bd19a11e2986ca9307393e089e07247550

Base64:

4o+b

© 2025 Unicode Finder

⏛ U+23DB FUSE Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me